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

This commit is contained in:
Fanzink 2023-03-30 11:28:14 +05:30
부모 5afadfb1ce
커밋 db47bffb18
3개의 변경된 파일18개의 추가작업 그리고 2개의 파일을 삭제

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

파일 보기

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