Browse Source

Merge pull request ''修改日期选择器样式文件index.css'' (#28) from fzq into develop

Reviewed-on: http://git.picaiba.com/mt-fe-group/mt-yd-ui/pulls/28
develop
高天泽 1 year ago
parent
commit
2cefabc24b
3 changed files with 18 additions and 2 deletions
  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
File diff suppressed because it is too large
View File


+ 4
- 1
src/element-ui/theme/index.css
File diff suppressed because it is too large
View File


+ 10
- 0
src/views/modules/monitoring/productAnalysis.vue View File

@@ -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…
Cancel
Save