licp
2024-05-14 1b2f1472a0dfb464d49a9ef252721caf1b5f1c76
优化首页
已修改1个文件
25 ■■■■ 文件已修改
src/components/view/index-index.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/index-index.vue
@@ -241,15 +241,30 @@
        text-align: left;
    margin-bottom: 10px;
    }
  >>>.is-selected .el-calendar-day{
    background: #3A7BFA !important;
    color: #fff !important;
  >>>.el-calendar-day span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
  }
  >>>.el-calendar-day:hover{
  >>>.is-selected{
    background: transparent !important;
  }
  >>>.is-selected .el-calendar-day{
    background: transparent !important;
  }
  >>>.is-selected .el-calendar-day span{
    background: #3A7BFA !important;
    color: #fff !important;
    border-radius: 4px;
  }
  >>>.el-calendar-day:hover{
    background: transparent;
  }
  >>>.el-calendar-day span:hover{
    background: #3A7BFA !important;
    color: #fff !important;
  }
</style>