king
2020-03-18 bbe52230e61c5b911da9e22e6a11c332b52baf7c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.ant-advanced-search-form.datamanage-search {
  padding: 0px 24px 20px;
  border-bottom: 1px solid #d9d9d9;
  .ant-form-item {
    display: flex;
    margin-bottom: 10px;
  }
  .ant-form-item-control-wrapper {
    flex: 1;
  }
  .ant-form-item-label {
    width: 100px;
    text-overflow: ellipsis;
  }
}