fzq #31

Suljettu
fanzhiqin haluaa yhdistää 215 committia lähteestä fzq kohteeseen test
3 muutettua tiedostoa jossa 18 lisäystä ja 2 poistoa
Showing only changes of commit db47bffb18 - Show all commits

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Näytä tiedosto

@@ -716,4 +716,14 @@ export default {
color: #fff; color: #fff;
background: #0b58ff; 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> </style>