fix: 修复CSS样式错误

This commit is contained in:
Orange
2020-11-04 18:55:42 +08:00
committed by 老广
parent aedf6d2158
commit ee26e47c4d

View File

@@ -214,6 +214,10 @@ td .el-button.el-button--mini {
color: white;
}
.el-select-dropdown__item.is-disabled:hover{
color:#c0c4cc;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
color: $--color-primary;
}