jinlin
2024-02-23 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a
web/packages/components/zt-dict-checkbox/src/zt-dict-checkbox.vue
@@ -108,4 +108,16 @@
.checkbox-column-2>.el-checkbox{
  width: 40%;
}
.el-checkbox__input.is-disabled + .el-checkbox__label {
  color: #808080 !important;
}
.el-checkbox__input.is-disabled.is-checked + .el-checkbox__label {
  color: #00a06e !important;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #00a06e !important;
  border-color: #1890ff !important;
}
</style>