Bläddra i källkod

Checkbox change background color and env to Chinese (#1264)

break60 5 år sedan
förälder
incheckning
b1cccbebbc
2 ändrade filer med 8 tillägg och 3 borttagningar
  1. 3 3
      dolphinscheduler-ui/.env
  2. 5 0
      dolphinscheduler-ui/src/sass/common/_table.scss

+ 3 - 3
dolphinscheduler-ui/.env

@@ -1,5 +1,5 @@
-# 后端接口地址
+# back end interface address
 API_BASE = http://192.168.xx.xx:12345
 
-# 本地开发如需ip访问项目把"#"号去掉
-#DEV_HOST = 192.168.xx.xx
+# If IP access is required for local development, remove the "#"
+#DEV_HOST = 192.168.xx.xx

+ 5 - 0
dolphinscheduler-ui/src/sass/common/_table.scss

@@ -17,6 +17,11 @@
 
 .table-box {
   border-top: 1px solid #ecf3ff;
+  .ans-checkbox-wrapper-disabled {
+    .ans-checkbox-inner {
+      background-color: #ccc;
+    }
+  }
   .ellipsis {
     overflow: hidden;
     text-overflow: ellipsis;