king
2024-03-03 67036fb0ed31d77ca33b660ce5f9f47c29ae65c0
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
.advance-search {
  background: #ffffff;
  margin-bottom: 35px;
 
  .mk-search-col {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .ant-form-item {
    display: flex;
    margin-bottom: 0px;
    min-height: 55px;
    .ant-form-explain {
      white-space: nowrap;
    }
  }
  .ant-form-item-control-wrapper {
    flex: 1;
    width: calc(100% - 100px);
  }
  .ant-form-item-label {
    text-overflow: ellipsis;
  }
  label[title=" "]::after, label[title="  "]::after {
    display: none;
  }
  .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;
  }
  .advance-button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 10px;
    border-top: 1px solid #f0f0f0;
  }
  .ant-input-affix-wrapper {
    .ant-input-suffix {
      opacity: 1;
      transition: opacity 0.3s;
    }
  }
  .ant-input-affix-wrapper:not(:hover) {
    .ant-input-suffix {
      opacity: 0;
    }
  }
}