Merge pull request ''修改日期选择器样式文件index.css'' (#28) from fzq into develop
已通過所有檢查
continuous-integration/drone/push Build is passing

Reviewed-on: #28
This commit is contained in:
高天泽 2023-03-30 15:40:27 +08:00
當前提交 2cefabc24b
共有 3 個檔案被更改,包括 18 行新增2 行删除

檔案差異因為一行或多行太長而無法顯示

檔案差異因為一行或多行太長而無法顯示

查看文件

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