style: 禁用状态文字颜色

This commit is contained in:
2026-05-04 11:09:20 +08:00
parent 1078961608
commit 89aab7e960
2 changed files with 14 additions and 0 deletions

View File

@@ -203,6 +203,13 @@
.el-select__icon { .el-select__icon {
color: #000; color: #000;
} }
&.is-disabled {
.el-select__placeholder,
.el-select__selected-item {
color: #c9c9c9;
}
}
} }
} }

View File

@@ -133,6 +133,13 @@
.el-select__icon { .el-select__icon {
color: #000; color: #000;
} }
&.is-disabled {
.el-select__placeholder,
.el-select__selected-item {
color: #c9c9c9;
}
}
} }
} }
} }