@aplus-frontend/ui 0.6.0-beta.15 → 0.6.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +1 -1
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +9 -8
- package/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +33 -13
- package/es/src/ap-form/search-form/index.vue.mjs +16 -15
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +9 -194
- package/theme/antd-global-overwrite/admin/table.css +9 -194
- package/theme/antd-global-overwrite/admin/table.less +2 -126
- package/theme/antd-global-overwrite/aplus/index.css +9 -186
- package/theme/antd-global-overwrite/aplus/table.css +9 -186
- package/theme/antd-global-overwrite/aplus/table.less +2 -129
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -1
- package/theme/ap-expand-alert/ap-expand-alert.less +2 -2
- package/theme/index.css +2 -1
|
@@ -160,242 +160,69 @@
|
|
|
160
160
|
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
161
161
|
color: #ff4d4f;
|
|
162
162
|
}
|
|
163
|
-
[class$='ap-table--sticky'] {
|
|
164
|
-
width: 100%;
|
|
165
|
-
height: 100%;
|
|
166
|
-
}
|
|
167
|
-
[class$='ap-table--sticky'] .ant-table-wrapper {
|
|
168
|
-
background-color: #ffffff;
|
|
169
|
-
border-radius: 0;
|
|
170
|
-
}
|
|
171
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
172
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
|
|
173
|
-
display: flex;
|
|
174
|
-
align-items: center;
|
|
175
|
-
justify-content: space-between;
|
|
176
|
-
min-height: 40px;
|
|
177
|
-
padding: 0 0 12px;
|
|
178
|
-
border: none;
|
|
179
|
-
}
|
|
180
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
181
|
-
width: 100%;
|
|
182
|
-
overflow-x: hidden;
|
|
183
|
-
border-radius: 0;
|
|
184
|
-
}
|
|
185
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
|
|
186
|
-
border-radius: 0;
|
|
187
|
-
}
|
|
188
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
|
|
189
|
-
border-radius: 0;
|
|
190
|
-
}
|
|
191
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
|
|
192
|
-
border-radius: 0;
|
|
193
|
-
}
|
|
194
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
195
|
-
border-radius: 0;
|
|
196
|
-
}
|
|
197
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
|
|
198
|
-
background-color: #f3fbf7;
|
|
199
|
-
}
|
|
200
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
201
|
-
background-color: #e6f6ef;
|
|
202
|
-
}
|
|
203
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
|
|
204
|
-
padding: 13.5px 16px;
|
|
205
|
-
line-height: 20px;
|
|
206
|
-
}
|
|
207
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
208
|
-
padding: 13.5px 16px;
|
|
209
|
-
line-height: 20px;
|
|
210
|
-
}
|
|
211
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
|
|
212
|
-
padding: 0;
|
|
213
|
-
}
|
|
214
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
|
|
215
|
-
padding: 0;
|
|
216
|
-
}
|
|
217
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
|
|
218
|
-
border: none;
|
|
219
|
-
}
|
|
220
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
|
|
221
|
-
overflow-x: hidden;
|
|
222
|
-
}
|
|
223
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
|
|
224
|
-
padding: 12px 8px;
|
|
225
|
-
}
|
|
226
|
-
[class$='-basic-table-form-container'] {
|
|
227
|
-
padding: 16px;
|
|
228
|
-
}
|
|
229
|
-
[class$='-basic-table-form-container'] .ant-form {
|
|
230
|
-
width: 100%;
|
|
231
|
-
margin-bottom: 16px;
|
|
232
|
-
padding: 16px;
|
|
233
|
-
background-color: #ffffff;
|
|
234
|
-
border-radius: 0;
|
|
235
|
-
}
|
|
236
|
-
[class$='-basic-table-form-container'] .ant-form .ant-row {
|
|
237
|
-
row-gap: 16px;
|
|
238
|
-
}
|
|
239
|
-
[class$='-basic-table-form-container'] .ant-form .ant-form-item {
|
|
240
|
-
margin-bottom: 0;
|
|
241
|
-
}
|
|
242
|
-
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
243
|
-
padding: 0;
|
|
244
|
-
}
|
|
245
|
-
[class$='-basic-table-row__striped'] td {
|
|
246
|
-
background-color: #fafafa;
|
|
247
|
-
}
|
|
248
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
249
163
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
250
|
-
[class*='-
|
|
251
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
252
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
253
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
164
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
254
165
|
padding-bottom: 0;
|
|
255
166
|
}
|
|
256
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
257
167
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
258
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
259
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
260
168
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
261
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
262
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
263
169
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
264
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
265
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
266
170
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
267
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
268
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
269
171
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
270
|
-
[class*='-
|
|
271
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
272
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
273
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
172
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
274
173
|
overflow: visible;
|
|
275
174
|
}
|
|
276
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
277
175
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
278
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
279
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
280
176
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
281
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
282
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
283
177
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
284
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
285
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
286
178
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
287
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
288
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
289
179
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
290
|
-
[class*='-
|
|
291
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
292
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
293
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
180
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
294
181
|
overflow: visible;
|
|
295
182
|
}
|
|
296
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
297
183
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
298
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
299
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
300
184
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
301
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
302
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
303
185
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
304
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
305
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
306
186
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
307
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
308
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
309
187
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
310
|
-
[class*='-
|
|
311
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
312
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
313
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
188
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
314
189
|
overflow: visible;
|
|
315
190
|
}
|
|
316
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
317
191
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
318
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
319
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
320
192
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
321
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
322
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
323
193
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
324
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
325
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
326
194
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
327
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
328
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
329
195
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
330
|
-
[class*='-
|
|
331
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
332
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
333
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
196
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
334
197
|
position: sticky;
|
|
335
198
|
top: 0;
|
|
336
199
|
z-index: 90;
|
|
337
200
|
border-top: 4px solid #ffffff;
|
|
338
201
|
}
|
|
339
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
340
202
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
341
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
342
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
343
203
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
344
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
345
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
346
204
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
347
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
348
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
349
205
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
350
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
351
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
352
206
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
353
|
-
[class*='-
|
|
354
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
355
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
356
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
207
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
357
208
|
position: sticky;
|
|
358
209
|
bottom: -1px;
|
|
359
210
|
z-index: 90;
|
|
360
211
|
}
|
|
361
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
362
212
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
363
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
364
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
365
213
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
366
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
367
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
368
214
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
369
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
370
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
371
215
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
372
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
373
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
374
216
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
375
|
-
[class*='-
|
|
376
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
377
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
378
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
217
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
379
218
|
bottom: 44px;
|
|
380
219
|
}
|
|
381
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
382
220
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
383
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
384
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
385
221
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
386
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
387
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
388
222
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
389
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
390
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
391
223
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
392
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
393
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
394
224
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
395
|
-
[class*='-
|
|
396
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
397
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
398
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
225
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
399
226
|
position: sticky;
|
|
400
227
|
bottom: 0;
|
|
401
228
|
z-index: 90;
|
|
@@ -403,24 +230,12 @@
|
|
|
403
230
|
padding: 8px 0;
|
|
404
231
|
background-color: #ffffff;
|
|
405
232
|
}
|
|
406
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
407
233
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
408
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
409
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
410
234
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
411
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
412
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
413
235
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
414
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
415
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
416
236
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
417
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
418
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
419
237
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
420
|
-
[class*='-
|
|
421
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
422
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
423
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
238
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
424
239
|
padding-top: 4px;
|
|
425
240
|
}
|
|
426
241
|
.ant-tooltip div[role='tooltip'] {
|
|
@@ -1,239 +1,66 @@
|
|
|
1
|
-
[class$='ap-table--sticky'] {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
}
|
|
5
|
-
[class$='ap-table--sticky'] .ant-table-wrapper {
|
|
6
|
-
background-color: #ffffff;
|
|
7
|
-
border-radius: 0;
|
|
8
|
-
}
|
|
9
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
10
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
|
|
11
|
-
display: flex;
|
|
12
|
-
align-items: center;
|
|
13
|
-
justify-content: space-between;
|
|
14
|
-
min-height: 40px;
|
|
15
|
-
padding: 0 0 12px;
|
|
16
|
-
border: none;
|
|
17
|
-
}
|
|
18
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
19
|
-
width: 100%;
|
|
20
|
-
overflow-x: hidden;
|
|
21
|
-
border-radius: 0;
|
|
22
|
-
}
|
|
23
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
|
|
24
|
-
border-radius: 0;
|
|
25
|
-
}
|
|
26
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
|
|
27
|
-
border-radius: 0;
|
|
28
|
-
}
|
|
29
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
|
|
30
|
-
border-radius: 0;
|
|
31
|
-
}
|
|
32
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
33
|
-
border-radius: 0;
|
|
34
|
-
}
|
|
35
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
|
|
36
|
-
background-color: #f3fbf7;
|
|
37
|
-
}
|
|
38
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
39
|
-
background-color: #e6f6ef;
|
|
40
|
-
}
|
|
41
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
|
|
42
|
-
padding: 13.5px 16px;
|
|
43
|
-
line-height: 20px;
|
|
44
|
-
}
|
|
45
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
46
|
-
padding: 13.5px 16px;
|
|
47
|
-
line-height: 20px;
|
|
48
|
-
}
|
|
49
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
|
|
50
|
-
padding: 0;
|
|
51
|
-
}
|
|
52
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
|
|
53
|
-
padding: 0;
|
|
54
|
-
}
|
|
55
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
|
|
56
|
-
border: none;
|
|
57
|
-
}
|
|
58
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
|
|
59
|
-
overflow-x: hidden;
|
|
60
|
-
}
|
|
61
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
|
|
62
|
-
padding: 12px 8px;
|
|
63
|
-
}
|
|
64
|
-
[class$='-basic-table-form-container'] {
|
|
65
|
-
padding: 16px;
|
|
66
|
-
}
|
|
67
|
-
[class$='-basic-table-form-container'] .ant-form {
|
|
68
|
-
width: 100%;
|
|
69
|
-
margin-bottom: 16px;
|
|
70
|
-
padding: 16px;
|
|
71
|
-
background-color: #ffffff;
|
|
72
|
-
border-radius: 0;
|
|
73
|
-
}
|
|
74
|
-
[class$='-basic-table-form-container'] .ant-form .ant-row {
|
|
75
|
-
row-gap: 16px;
|
|
76
|
-
}
|
|
77
|
-
[class$='-basic-table-form-container'] .ant-form .ant-form-item {
|
|
78
|
-
margin-bottom: 0;
|
|
79
|
-
}
|
|
80
|
-
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
81
|
-
padding: 0;
|
|
82
|
-
}
|
|
83
|
-
[class$='-basic-table-row__striped'] td {
|
|
84
|
-
background-color: #fafafa;
|
|
85
|
-
}
|
|
86
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
87
1
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
88
|
-
[class*='-
|
|
89
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
90
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
91
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
2
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
92
3
|
padding-bottom: 0;
|
|
93
4
|
}
|
|
94
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
95
5
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
96
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
97
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
98
6
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
99
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
100
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
101
7
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
102
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
103
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
104
8
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
105
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
106
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
107
9
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
108
|
-
[class*='-
|
|
109
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
110
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
111
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
10
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
112
11
|
overflow: visible;
|
|
113
12
|
}
|
|
114
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
115
13
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
116
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
117
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
118
14
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
119
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
120
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
121
15
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
122
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
123
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
124
16
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
125
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
126
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
127
17
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
128
|
-
[class*='-
|
|
129
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
130
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
131
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
18
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
132
19
|
overflow: visible;
|
|
133
20
|
}
|
|
134
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
135
21
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
136
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
137
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
138
22
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
139
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
140
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
141
23
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
142
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
143
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
144
24
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
145
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
146
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
147
25
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
148
|
-
[class*='-
|
|
149
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
150
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
151
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
26
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
152
27
|
overflow: visible;
|
|
153
28
|
}
|
|
154
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
155
29
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
156
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
157
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
158
30
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
159
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
160
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
161
31
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
162
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
163
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
164
32
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
165
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
166
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
167
33
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
168
|
-
[class*='-
|
|
169
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
170
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
171
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
34
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
172
35
|
position: sticky;
|
|
173
36
|
top: 0;
|
|
174
37
|
z-index: 90;
|
|
175
38
|
border-top: 4px solid #ffffff;
|
|
176
39
|
}
|
|
177
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
178
40
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
179
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
180
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
181
41
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
182
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
183
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
184
42
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
185
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
186
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
187
43
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
188
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
189
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
190
44
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
191
|
-
[class*='-
|
|
192
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
193
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
194
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
45
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
195
46
|
position: sticky;
|
|
196
47
|
bottom: -1px;
|
|
197
48
|
z-index: 90;
|
|
198
49
|
}
|
|
199
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
200
50
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
201
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
202
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
203
51
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
204
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
205
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
206
52
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
207
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
208
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
209
53
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
210
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
211
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
212
54
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
213
|
-
[class*='-
|
|
214
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
215
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
216
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
55
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
217
56
|
bottom: 44px;
|
|
218
57
|
}
|
|
219
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
220
58
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
221
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
222
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
223
59
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
224
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
225
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
226
60
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
227
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
228
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
229
61
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
230
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
231
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
232
62
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
233
|
-
[class*='-
|
|
234
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
235
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
236
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
63
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
237
64
|
position: sticky;
|
|
238
65
|
bottom: 0;
|
|
239
66
|
z-index: 90;
|
|
@@ -241,23 +68,11 @@
|
|
|
241
68
|
padding: 8px 0;
|
|
242
69
|
background-color: #ffffff;
|
|
243
70
|
}
|
|
244
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
245
71
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
246
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
247
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
248
72
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
249
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
250
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
251
73
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
252
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
253
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
254
74
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
255
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
256
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
257
75
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
258
|
-
[class*='-
|
|
259
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
260
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
261
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
76
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
262
77
|
padding-top: 4px;
|
|
263
78
|
}
|