king
2024-11-06 b81197ba316fe41d2ac9785625980288c86c93bc
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%;
    }
  }
}