@@ -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
@@ -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;