修改禅道已知bug
This commit is contained in:
@@ -759,8 +759,8 @@
|
||||
}
|
||||
|
||||
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
|
||||
background-color: #c0c4cc;
|
||||
border-color: #c0c4cc
|
||||
background-color: #fff;
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
||||
@@ -927,7 +927,6 @@
|
||||
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
|
||||
border-left-color: #409eff
|
||||
}
|
||||
|
||||
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
|
||||
color: #c0c4cc;
|
||||
cursor: not-allowed;
|
||||
|
||||
Reference in New Issue
Block a user