forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-06 9d70ed845a45c0cafb8ff39cb8a821613faeade4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* eslint-disable */
/**柯礼钦
 * 4/3/2020, 3:00:49 PM
 * doc comment for the file goes here
 */
 
/** Happy Coding */
.search-form-view {
  &-main {
    &-margin-bottom{
    margin-bottom: 18px;
 
    }
    .ant-form-item {
      margin-bottom: 0 !important;
      display: flex;
    }
    .ant-form-item-control-wrapper {
      flex: 1;
    }
  }
}