jinlin
2023-12-11 fe2f3011f3f5d3ea760b6520e9e95a2c419e4b78
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>