fix:特殊switch颜色

This commit is contained in:
shijing 2025-09-11 14:05:23 +08:00
parent 9c9a96a499
commit 8a81741716
1 changed files with 6 additions and 2 deletions

View File

@ -161,8 +161,12 @@ export default {
.el-calendar > .el-calendar__body { .el-calendar > .el-calendar__body {
padding: 0 20px 20px; padding: 0 20px 20px;
} }
.asyncColorSwitch .el-switch__label--right.is-active{
color: #67c23a!important; /* 开启状态的文本颜色 */
}
.asyncColorSwitch .el-switch__label--left.is-active{
color: #0052d9!important; /* 关闭状态的文本颜色 */
}
// .el-table thead.is-group th.el-table__cell.colorheader1{ // .el-table thead.is-group th.el-table__cell.colorheader1{
// background-color: rgb(255, 243, 202)!important; // background-color: rgb(255, 243, 202)!important;
// } // }