瀏覽代碼

'修改日期选择器样式文件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>

Loading…
取消
儲存