king
2024-09-10 4d6b9f8a2d7b316633e43b489eae9ada949c07b5
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%;
    }
  }
}