king
2022-09-21 c44fd9b30da69e88137e5160444038961b62efe7
1
2
3
4
5
6
7
8
9
10
.plot-base-wrap {
  .ant-col-24 {
    .ant-form-item-label {
      width: 16.5%;
    }
    .ant-form-item-control-wrapper {
      width: 83.5%;
    }
  }
}