index.less
1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
//抽屉 蒙层样式全局覆盖
.ant-drawer .ant-drawer-mask {
background-color: transparent;
transition: none;
animation: none;
}
//开始节点 配置 抽屉页面 样式覆盖
.qx-df-start-setting-drawer {
.ant-drawer-body {
padding: 0;
}
.ant-form.ant-form-vertical {
height: calc(100% - 57px);
padding: 24px 18px 24px 24px;
font-size: 14px;
background-color: #fff;
overflow-y: hidden;
scrollbar-gutter: stable;
&:hover {
overflow-y: auto;
}
.qx-data-flow-tooltip-opt {
margin-left: 4px;
color: @N6;
}
.qx-flow-form__label-title {
margin-bottom: 16px;
line-height: 22px;
font-size: 14px;
font-weight: 600;
color: @N9;
}
.qx-flow-form__label-tips {
margin-bottom: 8px;
line-height: 22px;
font-size: 14px;
font-weight: 400;
color: @N8;
}
.ant-row.ant-form-item:not(:first-child) {
margin-bottom: 16px;
}
.ant-col.ant-form-item-control {
color: @N9;
.ant-checkbox-wrapper,
.ant-radio-wrapper {
color: @N9;
}
}
.ant-col ant-form-item-label {
color: @N8;
}
}
}