浏览代码

'修改日期选择器样式文件index.css'

pull/28/head
Fanzink 1年前
父节点
当前提交
db47bffb18
共有 3 个文件被更改,包括 18 次插入2 次删除
  1. +4
    -1
      src/element-ui/theme/date-picker.css
  2. +4
    -1
      src/element-ui/theme/index.css
  3. +10
    -0
      src/views/modules/monitoring/productAnalysis.vue

+ 4
- 1
src/element-ui/theme/date-picker.css
文件差异内容过多而无法显示
查看文件


+ 4
- 1
src/element-ui/theme/index.css
文件差异内容过多而无法显示
查看文件


+ 10
- 0
src/views/modules/monitoring/productAnalysis.vue 查看文件

@@ -716,4 +716,14 @@ export default {
color: #fff;
background: #0b58ff;
}
.el-month-table td.today .cell {
font-weight: normal;
color: #000 !important;
}
.el-month-table td.current:not(.disabled) .cell{
color: #ffffff;
font-weight: bold !important;
background-color: var(--el-datepicker-active-color);
border-radius: 100px;
}
</style>

正在加载...
取消
保存