king
2019-11-13 8b9effb98612ee8a00d76d639a5733d12e9ecce6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.ant-advanced-search-form.commontable-search-form {
  min-height: 180px;
  .ant-col-offset-4 {
    padding-left: 6px!important;
    padding-bottom: 20px;
  }
  .ant-form-item.text-area {
    margin-bottom: 0px;
    .ant-form-item-control-wrapper {
      width: 100%;
    }
  }
  .ant-form-item {
    margin-bottom: 15px;
  }
}