king
2022-09-01 a49f4888e0bc09f4e03b1d5e12be19eb2ae8636b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.excelout-datasource-wrap {
  position: relative;
 
  .data-source {
    .ant-form-item-label {
      width: 11%;
    }
    .ant-form-item-control-wrapper {
      width: 83%;
    }
    .CodeMirror {
      height: 270px;
    }
  }
  .short-label {
    .ant-form-item-control-wrapper {
      width: 55%;
    }
  }
}