tangning 1 year ago
parent
commit
9623b36e4c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/App.vue

+ 4 - 0
src/App.vue

@@ -32,4 +32,8 @@
     padding: 0;
   }
 }
+.ant-checkbox-disabled + span {
+  color: rgba(0, 0, 0, 0.85) !important;
+}
+
 </style>