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
| .modal-menu-setting-script {
| .sqlfield {
| .ant-form-item {
| margin-bottom: 5px;
| }
| .ant-form-item-control {
| line-height: 24px;
| }
| .ant-form-item-label {
| line-height: 25px;
| }
| .ant-form-item-children {
| line-height: 22px;
| }
| .ant-col-sm-8 {
| width: 10.5%;
| }
| .ant-col-sm-16 {
| width: 89.5%;
| }
| }
| .quick-add {
| .ant-col-sm-8 {
| width: 26%;
| }
| .ant-col-sm-16 {
| width: 74%;
| }
| }
| .sql {
| .ant-col-sm-8 {
| width: 10.5%;
| }
| .ant-col-sm-16 {
| width: 89.5%;
| padding-top: 4px;
| }
| .CodeMirror {
| height: 350px;
| }
| }
| div.ant-typography {
| margin-bottom: 0;
| }
| }
|
|