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

这个提交包含在:
Fanzink 2023-03-30 11:28:14 +05:30
父节点 5afadfb1ce
当前提交 db47bffb18
共有 3 个文件被更改,包括 18 次插入2 次删除

文件差异因一行或多行过长而隐藏

文件差异因一行或多行过长而隐藏

查看文件

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