king
2020-03-02 ba7c54e0029456e6b1bf7f0e0d31af69a3d74db3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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;
  }
}