king
2024-02-23 1b9fd7b9fd872a3f08c7f43bd6e5654225b585c2
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%;
    }
  }
}