Browse Source

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

pull/2/head
break60 5 years ago committed by qiaozhanwei
parent
commit
b1cccbebbc
  1. 6
      dolphinscheduler-ui/.env
  2. 5
      dolphinscheduler-ui/src/sass/common/_table.scss

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

Loading…
Cancel
Save