king
2021-08-20 6c66c9c2a6d0f7e7ccc65d4d9e478f1acb74d87e
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.top-search {
  background: #ffffff;
  .ant-form-item {
    display: flex;
    margin-bottom: 0px;
    min-height: 60px;
    .ant-form-explain {
      white-space: nowrap;
    }
  }
  .ant-form-item-control-wrapper {
    flex: 1;
    width: calc(100% - 100px);
  }
  .ant-form-item-label {
    text-overflow: ellipsis;
  }
  .daterange .ant-calendar-picker-input {
    padding: 4px 20px 4px 5px;
    font-size: 13px;
  }
  .ant-select-dropdown {
    z-index: 10 !important;
  }
  .ant-calendar-picker-container {
    z-index: 10 !important;
  }
  .group-required {
    label::before {
      display: inline-block;
      margin-right: 4px;
      color: #f5222d;
      font-size: 14px;
      font-family: SimSun, sans-serif;
      line-height: 1;
      content: '*';
    }
  }
  .search-button {
    min-height: 60px;
    .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{
      border-color: transparent;
      span {
        position: relative;
        top: 5px;
      }
    }
  }
  .advanced-list {
    font-size: 13px;
    padding: 0 12px;
    > div {
      display: inline-block;
      margin-right: 10px;
      border: 1px solid #dddddd;
      padding: 0 4px 0 4px;
      background: rgba(0, 0, 0, 0.02);
 
      .anticon-close {
        margin-left: 5px;
        cursor: pointer;
        color: #bcbcbc;
        font-size: 12px;
        padding: 2px;
      }
    }
  }
  .check-card-form-box {
    margin-top: 5px;
  }
  .ant-calendar-picker-clear, .ant-calendar-picker-icon {
    right: 8px;
  }
  .ant-input-affix-wrapper {
    .ant-input-suffix {
      opacity: 1;
      transition: opacity 0.3s;
    }
  }
  .ant-input-affix-wrapper:not(:hover) {
    .ant-input-suffix {
      opacity: 0;
    }
  }
}
.top-search.right {
  >.ant-row {
    >.ant-col {
      float: right;
    }
  }
}