|
@@ -225,8 +225,8 @@ export default {
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
-:deep(.el-checkbox__input.is-disabled + .el-checkbox__label) {
|
|
|
|
|
- color: #808080 !important;
|
|
|
|
|
|
|
+/* :deep(.el-checkbox__input.is-disabled + .el-checkbox__label) {
|
|
|
|
|
+ color: #1890ff !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.el-checkbox__input.is-disabled.is-checked + .el-checkbox__label {
|
|
.el-checkbox__input.is-disabled.is-checked + .el-checkbox__label {
|
|
@@ -236,5 +236,14 @@ export default {
|
|
|
:deep(.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner) {
|
|
:deep(.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner) {
|
|
|
background-color: #1890ff !important;
|
|
background-color: #1890ff !important;
|
|
|
border-color: #1890ff !important;
|
|
border-color: #1890ff !important;
|
|
|
|
|
+} */
|
|
|
|
|
+::v-deep .el-checkbox__input.is-disabled + span.el-checkbox__label {
|
|
|
|
|
+ color: #1890ff;
|
|
|
|
|
+}
|
|
|
|
|
+::v-deep .el-checkbox-button.is-disabled.is-checked .el-checkbox-button__inner {
|
|
|
|
|
+ color: #1890ff;
|
|
|
|
|
+}
|
|
|
|
|
+::v-deep .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
|
|
|
|
|
+ border-color: #1890ff;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|