fix:特殊switch颜色
This commit is contained in:
parent
9c9a96a499
commit
8a81741716
|
@ -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;
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in New Issue