king
2021-07-25 10e2b76a5b403c17da448d8e043c42966b14e657
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.ant-advanced-search-form.commontable-setting-form {
  .textarea {
    .ant-form-item-label {
      width: 16.3%;
    }
    .ant-form-item-control-wrapper {
      width: 83.33333333%;
    }
  }
  .anticon-question-circle {
    color: #c49f47;
    margin-right: 3px;
  }
  .ant-input-number {
    width: 100%;
  }
}