Compare commits

..

No commits in common. "2cefabc24bb5b02325f5e2556ea498998a55d909" and "65b489d37ca6b042444100b658e243413c55ef22" have entirely different histories.

3 changed files with 2 additions and 18 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -716,14 +716,4 @@ 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>