jinlin
2024-01-10 cdf29a8f6fb9990f82ccc1d3f47bfba48cfaf4fc
web/packages/components/zt-dict-checkbox/src/zt-dict-checkbox.vue
@@ -113,11 +113,11 @@
}
.el-checkbox__input.is-disabled.is-checked + .el-checkbox__label {
  color: #808080 !important;
  color: #00a06e !important;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #00a06e !important;
  border-color: #808080 !important;
  border-color: #1890ff !important;
}
</style>