king
2025-05-13 1a176e4bdba485301385caac1a29102e598d25cc
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
.model-table-search-list {
  padding: 16px 24px 20px;
  min-height: 87px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
 
  .quickly-add {
    display: none;
  }
  .switch-field-show {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 5px;
  }
  > .ant-row {
    min-height: 65px;
    >.ant-col {
      padding: 0 12px!important;
    }
  }
 
  .mk-search-item-wrap {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .mk-search-item-wrap.action {
    .ant-form-item {
      white-space: nowrap;
    }
    .ant-form-item-label, .ant-form-item-control-wrapper {
      display: inline-block;
    }
  }
  .mk-search-item-wrap.action.hide-button {
    span {
      text-decoration: line-through #ff4d4f;
    }
  }
 
  .page-card {
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    padding-bottom: 15px;
    height: 55px;
    .ant-form-item {
      margin-bottom: 0px;
      .ant-form-item-label {
        float: left;
      }
      label[title=" "]::after, label[title="  "]::after {
        display: none;
      }
      .ant-form-item-control-wrapper {
        float: left;
        .ant-select {
          width: 100%;
          margin-top: 4px;
          .ant-select-selection {
            height: 32px;
          }
        }
        .ant-calendar-picker {
          margin-top: 4px;
        }
        .data-range .ant-calendar-picker-input {
          padding: 4px 20px 4px 5px;
          font-size: 13px;
        }
      }
      .ant-form-explain {
        display: none;
      }
    }
    >div::after {
      display: block;
      content: ' ';
      position: absolute;
      cursor: move;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: 2;
    }
  }
  .page-card.label-hide {
    .ant-form-item-label {
      display: none;
    }
    .ant-form-item-control-wrapper {
      width: 100%;
    }
  }
  .page-card.checkcard {
    .ant-form-item-control-wrapper {
      .ant-form-item-control {
        line-height: 1;
      }
    }
  }
  .page-card.range-wrap {
    .ant-form-item-control-wrapper {
      .ant-form-item-control {
        .ant-form-item-children {
          display: flex;
          .ant-input:first-child {
            margin-right: 5px;
          }
          .ant-input:last-child {
            margin-left: 5px;
          }
        }
      }
    }
  }
  .page-card.advanced {
    .ant-form-item-label label {
      color: orange;
    }
  }
  .page-card.no-query {
    .ant-form-explain {
      color: #13c2c2;
    }
  }
  .ant-calendar-picker {
    min-width: 100px!important;
    width: 100%;
  }
  .check-card-edit-box {
    margin-top: 5px!important;
  }
}
.model-table-search-list.show-field {
  .page-card {
    .ant-form-explain {
      display: block;
    }
  }
}
.model-table-search-list.mk-order-small {
  .page-card {
    height: 45px;
  }
  .mk-search-item-wrap.action {
    .ant-form-item {
      height: 45px!important;
    }
  }
}
.model-table-search-list.mk-order-updown {
  .mk-search-item-wrap {
    .page-card {
      height: auto;
    }
    .ant-form-item {
      display: block;
      .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;
      }
    }
  }
}