- father::ElementPlus个人使用经验
- 因为elementplus默认字体颜色跟switch的灰色背景出现冲突(显示不清)
.el-switch:not(.is-checked) .el-switch__core .el-switch__inner :is(span.is-text, i.is-icon) {
color: var(--el-text-color-primary);
}.el-switch:not(.is-checked) .el-switch__core .el-switch__inner :is(span.is-text, i.is-icon) {
color: var(--el-text-color-primary);
}