Przeglądaj źródła

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

pull/28/head
Fanzink 1 rok temu
rodzic
commit
db47bffb18
3 zmienionych plików z 18 dodań i 2 usunięć
  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
Plik diff jest za duży
Wyświetl plik


+ 4
- 1
src/element-ui/theme/index.css
Plik diff jest za duży
Wyświetl plik


+ 10
- 0
src/views/modules/monitoring/productAnalysis.vue Wyświetl plik

@@ -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>

Ładowanie…
Anuluj
Zapisz