king
2020-04-15 0c1c59933e95c4c691d6ba3d11bf4aef98fe9e8d
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;
  }
}