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

Sammanfogat
gtz217 sammanfogade 1 incheckningar från fzq in i develop 2023-03-30 15:40:28 +08:00
3 ändrade filer med 18 tillägg och 2 borttagningar

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Visa fil

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