king
2020-11-24 0f79daefced8980fa571dd3d2c781a0e3646614f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.model-custom-search-list {
  padding: 0px;
 
  .anticon-question-circle {
    color: #c49f47;
    position: relative;
    left: -15px;
    top: 5px;
  }
  .ant-row .ant-col {
    float: right;
    padding: 0 6px;
    margin-top: 5px;
  }
  .ant-row > .anticon-plus {
    color: #26C281;
    float: right;
    padding: 5px;
    cursor: pointer;
    margin-top: 7px;
  }
  .page-card {
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    .ant-form-item {
      cursor: move;
      display: flex;
      margin-bottom: 0px;
 
      .ant-select {
        width: 100%;
      }
      .input-mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 2;
      }
      .data-range .ant-calendar-picker-input {
        padding: 4px 20px 4px 5px;
        font-size: 13px;
      }
    }
  }
  .ant-calendar-picker {
    min-width: 100px!important;
    width: 100%;
  }
}