mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
Checkbox change background color and env to Chinese (#1264)
This commit is contained in:
parent
26b1eb214c
commit
b1cccbebbc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user