king
2025-05-08 400fee62fb40006a9839f1c3a8244b82566b5057
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
.mk-search-wrap {
  // background: #ffffff;
 
  .mk-search-col {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
  }
  .ant-checkbox-wrapper {
    color: rgba(0, 0, 0, 0.85);
    white-space: nowrap;
  }
  .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-radio-group {
    white-space: nowrap;
  }
  .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: 55px;
    .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active {
      border-color: transparent;
      span {
        position: relative;
        top: 5px;
      }
    }
    .ant-btn {
      height: auto;
      min-height: 28px;
    }
    .anticon-down {
      transition: transform 0.3s;
      margin-left: 2px;
    }
    .visible {
      .anticon-down {
        transform: rotate(180deg);
      }
    }
    .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):active, .ant-btn:not(.ant-btn-primary):not(.ant-btn-link).active, .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):hover, .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):focus {
      color: var(--mk-sys-color);
      border-color: var(--mk-sys-color);
    }
    .ant-btn-primary {
      background-color: var(--mk-sys-color);
      border-color: var(--mk-sys-color);
    }
    .ant-btn-link {
      color: var(--mk-sys-color);
    }
  }
  .advanced-list {
    font-size: 13px;
    padding: 2px 12px;
    text-align: left;
    > div {
      display: inline-block;
      margin-right: 10px;
      padding: 0 4px 0 4px;
      box-shadow: 0 0 2px #dddddd;
 
      .anticon-close {
        margin-left: 5px;
        cursor: pointer;
        color: #bcbcbc;
        font-size: 12px;
        padding: 2px;
      }
    }
    .advance-value {
      color: var(--mk-sys-color);
    }
  }
  .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;
    }
  }
  .check-card-search-box {
    margin-top: 3px;
  }
}
.mk-search-wrap.mk-float-right {
  >.ant-row {
    text-align: right;
  }
}
.mk-search-wrap.mk-order-small {
  .ant-form-item, .search-button {
    min-height: 45px;
  }
}
.mk-search-wrap.mk-order-updown {
  .mk-search-col {
    .ant-form-item {
      display: block;
      min-height: auto;
      margin-bottom: 15px;
 
      .ant-form-item-label {
        display: block;
        width: 100% !important;
        text-align: left;
        float: none;
        line-height: 2;
        height: 24px;
      }
      .ant-form-item-control-wrapper {
        display: block;
        width: 100% !important;
        float: none;
      }
    }
  }
  .mk-search-col:last-child {
    .ant-form-item {
      margin-bottom: 20px;
    }
  }
}
.mk-search-drawer {
  .ant-drawer-wrapper-body {
    position: relative;
  }
  .ant-drawer-header {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ant-drawer-body {
    padding-bottom: 50px;
    position: relative;
    min-height: calc(100% - 60px);
    margin-top: 55px;
    .advance-button {
      background: #ffffff;
    }
    .advance-search {
      margin-bottom: 15px;
    }
  }
}