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

This commit is contained in:
break60 2019-11-18 13:45:28 +08:00 committed by qiaozhanwei
parent 26b1eb214c
commit b1cccbebbc
2 changed files with 8 additions and 3 deletions

View File

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

View File

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