king
2022-12-09 cb9ade2afd2a367ad767bc605ab7086c695dd010
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%;
    }
  }
}