perf : 查看拓扑图信息展示时,在空信息展示时,鼠标悬浮为不可选中状态,但点击后内容可选中

This commit is contained in:
likexuan
2022-06-20 18:16:57 +08:00
parent be3e5f6517
commit 82b7f45b89

View File

@@ -8,7 +8,15 @@
background-color: $--color-primary !important;
}
.el-checkbox__input.is-checked.is-disabled .el-checkbox__inner{
background-color: $--border-color-light !important;
background-color: $--background-color-empty !important;
border-color: $--border-color-base !important;
}
.el-checkbox__input.is-disabled .el-checkbox__inner{
background-color: $--background-color-empty !important;
border-color: $--border-color-base !important;
}
.el-checkbox__input.is-checked.is-disabled .el-checkbox__inner:hover{
border-color: $--border-color-base !important;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
display: none !important;