修复深色主题下el-switch标签文本不可见

This commit is contained in:
buvta
2020-12-19 13:10:30 +08:00
committed by GitHub
parent 70b03e67fb
commit 946978fa86

View File

@@ -139,6 +139,12 @@
.play{
background-color: var(--d-bgc-1);
box-shadow: var(--d-bsc);
.el-switch__label {
color: var(--d-fc-2)
}
.el-switch__label.is-active {
color: #409EFF
}
.el-input{
input{
background-color: var(--d-bgc-1);
@@ -339,6 +345,12 @@
color: var(--d-fc-3)
}
}
.el-switch__label {
color: var(--d-fc-2)
}
.el-switch__label.is-active {
color: #409EFF
}
.el-button{
background-color: var(--d-bgc-2);
color: var(--d-fc-2);