@aplus-frontend/ui 0.1.13 → 0.1.14
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/src/ap-download/ap-download.vue.mjs +27 -27
- package/es/src/ap-download/hooks/useStyle.d.ts +1 -1
- package/es/src/ap-download/hooks/useStyle.mjs +13 -13
- package/es/src/theme/antd-global-overwrite/admin/form.css +5 -5
- package/es/src/theme/antd-global-overwrite/admin/index.css +128 -21
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +16 -16
- package/es/src/theme/antd-global-overwrite/admin/table.css +107 -0
- package/es/src/theme/antd-global-overwrite/aplus/form.css +14 -14
- package/es/src/theme/antd-global-overwrite/aplus/index.css +174 -67
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +20 -20
- package/es/src/theme/antd-global-overwrite/aplus/table.css +140 -33
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/hooks/useStyle.d.ts +1 -1
- package/lib/src/ap-download/hooks/useStyle.js +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/form.css +5 -5
- package/lib/src/theme/antd-global-overwrite/admin/index.css +128 -21
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +16 -16
- package/lib/src/theme/antd-global-overwrite/admin/table.css +107 -0
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +14 -14
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +174 -67
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +20 -20
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +140 -33
- package/package.json +3 -3
|
@@ -128,44 +128,44 @@ input.ant-input[disabled] {
|
|
|
128
128
|
span.ant-input-affix-wrapper-disabled {
|
|
129
129
|
background-color: #f2f6f9;
|
|
130
130
|
}
|
|
131
|
-
div[class
|
|
131
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
132
132
|
margin-bottom: 16px;
|
|
133
133
|
/** 适配Aplus UI */
|
|
134
134
|
}
|
|
135
|
-
div[class
|
|
135
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
136
136
|
border: 1px solid #dee4ed;
|
|
137
137
|
border-radius: 4px;
|
|
138
138
|
}
|
|
139
|
-
div[class
|
|
139
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label {
|
|
140
140
|
padding-left: 12px;
|
|
141
141
|
}
|
|
142
|
-
div[class
|
|
142
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label {
|
|
143
143
|
height: 30px;
|
|
144
144
|
color: #182948;
|
|
145
145
|
}
|
|
146
|
-
div[class
|
|
146
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input {
|
|
147
147
|
min-height: 30px;
|
|
148
148
|
}
|
|
149
|
-
div[class
|
|
150
|
-
div[class
|
|
151
|
-
div[class
|
|
152
|
-
div[class
|
|
149
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-select-selector,
|
|
150
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-affix-wrapper,
|
|
151
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
152
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
153
153
|
height: 30px;
|
|
154
154
|
border: none;
|
|
155
155
|
border-color: #dee4ed;
|
|
156
156
|
box-shadow: none;
|
|
157
157
|
}
|
|
158
|
-
div[class
|
|
159
|
-
div[class
|
|
158
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
159
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
160
160
|
width: 100%;
|
|
161
161
|
}
|
|
162
|
-
div[class
|
|
162
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit {
|
|
163
163
|
margin-right: 0.5rem;
|
|
164
164
|
}
|
|
165
|
-
div[class
|
|
165
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset {
|
|
166
166
|
margin-right: 0;
|
|
167
167
|
}
|
|
168
|
-
div[class
|
|
168
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse {
|
|
169
169
|
margin-left: 0.5rem;
|
|
170
170
|
}
|
|
171
171
|
.ant-message .ant-message-notice-content {
|
|
@@ -297,22 +297,22 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
297
297
|
color: #ff4d4f;
|
|
298
298
|
}
|
|
299
299
|
[class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
|
|
300
|
-
[class
|
|
300
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
|
|
301
301
|
margin: 10px 0 0;
|
|
302
302
|
}
|
|
303
303
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination,
|
|
304
|
-
[class
|
|
304
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination {
|
|
305
305
|
position: relative;
|
|
306
306
|
}
|
|
307
307
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
|
|
308
|
-
[class
|
|
308
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
309
309
|
position: absolute;
|
|
310
310
|
left: 0;
|
|
311
311
|
height: 30px;
|
|
312
312
|
line-height: 30px;
|
|
313
313
|
}
|
|
314
314
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
315
|
-
[class
|
|
315
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
|
|
316
316
|
box-sizing: border-box;
|
|
317
317
|
min-width: 30px;
|
|
318
318
|
height: 30px;
|
|
@@ -324,13 +324,13 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
324
324
|
border-radius: 4px;
|
|
325
325
|
}
|
|
326
326
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
327
|
-
[class
|
|
328
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class
|
|
329
|
-
[class
|
|
327
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
328
|
+
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
329
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
|
|
330
330
|
border: 1px solid #d9d9d9;
|
|
331
331
|
}
|
|
332
332
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
333
|
-
[class
|
|
333
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
|
|
334
334
|
width: 30px;
|
|
335
335
|
height: 30px;
|
|
336
336
|
margin: 0 4px;
|
|
@@ -338,24 +338,24 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
338
338
|
border: 1px solid #d9d9d9;
|
|
339
339
|
}
|
|
340
340
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left,
|
|
341
|
-
[class
|
|
341
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left {
|
|
342
342
|
border: none;
|
|
343
343
|
}
|
|
344
344
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled,
|
|
345
|
-
[class
|
|
345
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled {
|
|
346
346
|
display: none;
|
|
347
347
|
}
|
|
348
348
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled,
|
|
349
|
-
[class
|
|
349
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled {
|
|
350
350
|
display: none;
|
|
351
351
|
}
|
|
352
352
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .anticon svg,
|
|
353
|
-
[class
|
|
353
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .anticon svg {
|
|
354
354
|
width: 14px;
|
|
355
355
|
height: 14px;
|
|
356
356
|
}
|
|
357
357
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
358
|
-
[class
|
|
358
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
|
|
359
359
|
width: 30px;
|
|
360
360
|
height: 30px;
|
|
361
361
|
margin: 0 4px;
|
|
@@ -363,34 +363,34 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
363
363
|
border: 1px solid #d9d9d9;
|
|
364
364
|
}
|
|
365
365
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right,
|
|
366
|
-
[class
|
|
366
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right {
|
|
367
367
|
border: none;
|
|
368
368
|
}
|
|
369
369
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
370
|
-
[class
|
|
370
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
371
371
|
margin-left: 4px;
|
|
372
372
|
}
|
|
373
373
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
374
|
-
[class
|
|
374
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
375
375
|
min-width: 90px;
|
|
376
376
|
height: 30px;
|
|
377
377
|
}
|
|
378
378
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
379
|
-
[class
|
|
379
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
|
|
380
380
|
line-height: 28px;
|
|
381
381
|
}
|
|
382
382
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
383
|
-
[class
|
|
383
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
|
|
384
384
|
color: #333333;
|
|
385
385
|
}
|
|
386
386
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
387
|
-
[class
|
|
387
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
388
388
|
margin-left: 20px;
|
|
389
389
|
color: #333333;
|
|
390
390
|
font-size: 14px;
|
|
391
391
|
}
|
|
392
392
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
393
|
-
[class
|
|
393
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
|
|
394
394
|
min-width: 60px;
|
|
395
395
|
height: 30px;
|
|
396
396
|
margin: 0 8px;
|
|
@@ -522,15 +522,15 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
522
522
|
height: 24px;
|
|
523
523
|
line-height: 25px;
|
|
524
524
|
}
|
|
525
|
-
[class
|
|
526
|
-
[class
|
|
525
|
+
[class*='-basic-table'],
|
|
526
|
+
[class*='-basic-table-form-container'] {
|
|
527
527
|
width: 100%;
|
|
528
528
|
height: 100%;
|
|
529
529
|
}
|
|
530
|
-
[class
|
|
531
|
-
[class
|
|
532
|
-
[class
|
|
533
|
-
[class
|
|
530
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
531
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
532
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title,
|
|
533
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title {
|
|
534
534
|
display: flex;
|
|
535
535
|
align-items: center;
|
|
536
536
|
justify-content: space-between;
|
|
@@ -538,18 +538,18 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
538
538
|
padding: 0 0 10px;
|
|
539
539
|
border: none;
|
|
540
540
|
}
|
|
541
|
-
[class
|
|
542
|
-
[class
|
|
541
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table,
|
|
542
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table {
|
|
543
543
|
width: 100%;
|
|
544
544
|
overflow-x: hidden;
|
|
545
545
|
border-radius: 0;
|
|
546
546
|
}
|
|
547
|
-
[class
|
|
548
|
-
[class
|
|
547
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
548
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
549
549
|
border-radius: 0;
|
|
550
550
|
}
|
|
551
|
-
[class
|
|
552
|
-
[class
|
|
551
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th,
|
|
552
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th {
|
|
553
553
|
color: #182948;
|
|
554
554
|
font-weight: 700;
|
|
555
555
|
font-size: 14px;
|
|
@@ -558,22 +558,22 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
558
558
|
text-transform: none;
|
|
559
559
|
background: #f2f6f9;
|
|
560
560
|
}
|
|
561
|
-
[class
|
|
562
|
-
[class
|
|
561
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before,
|
|
562
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before {
|
|
563
563
|
display: none;
|
|
564
564
|
width: 0;
|
|
565
565
|
visibility: hidden;
|
|
566
566
|
}
|
|
567
|
-
[class
|
|
568
|
-
[class
|
|
567
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover,
|
|
568
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover {
|
|
569
569
|
background: #f6f9fa;
|
|
570
570
|
}
|
|
571
|
-
[class
|
|
572
|
-
[class
|
|
571
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
572
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td {
|
|
573
573
|
background: #f6f9fa;
|
|
574
574
|
}
|
|
575
|
-
[class
|
|
576
|
-
[class
|
|
575
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td,
|
|
576
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td {
|
|
577
577
|
color: #182948;
|
|
578
578
|
font-weight: 400;
|
|
579
579
|
font-size: 14px;
|
|
@@ -582,36 +582,143 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
582
582
|
text-transform: none;
|
|
583
583
|
transition: unset;
|
|
584
584
|
}
|
|
585
|
-
[class
|
|
586
|
-
[class
|
|
585
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th,
|
|
586
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
587
587
|
padding: 12px 16px;
|
|
588
588
|
line-height: 22px;
|
|
589
589
|
}
|
|
590
|
-
[class
|
|
591
|
-
[class
|
|
590
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
591
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
592
592
|
border-top: 1px solid;
|
|
593
593
|
border-top-color: transparent;
|
|
594
594
|
}
|
|
595
|
-
[class
|
|
596
|
-
[class
|
|
595
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
596
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
597
597
|
padding: 12px 16px;
|
|
598
598
|
line-height: 22px;
|
|
599
599
|
}
|
|
600
|
-
[class
|
|
601
|
-
[class
|
|
600
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th,
|
|
601
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th {
|
|
602
602
|
padding: 10.5px 16px;
|
|
603
603
|
line-height: 18px;
|
|
604
604
|
}
|
|
605
|
-
[class
|
|
606
|
-
[class
|
|
605
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
606
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
607
607
|
border-top: 1px solid;
|
|
608
608
|
border-top-color: transparent;
|
|
609
609
|
}
|
|
610
|
-
[class
|
|
611
|
-
[class
|
|
610
|
+
[class*='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
611
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
612
612
|
padding: 10.5px 16px;
|
|
613
613
|
line-height: 18px;
|
|
614
614
|
}
|
|
615
|
-
[class
|
|
615
|
+
[class*='-basic-table-row__striped'] td {
|
|
616
616
|
background-color: #f6f9fa;
|
|
617
617
|
}
|
|
618
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
619
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
620
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
621
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
622
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
623
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
624
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
625
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
626
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
627
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
628
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
629
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
630
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
631
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
632
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
633
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
634
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
635
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
636
|
+
overflow: visible;
|
|
637
|
+
}
|
|
638
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
639
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
640
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
641
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
642
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
643
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
644
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
645
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
646
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
647
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
648
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
649
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
650
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
651
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
652
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
653
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
654
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
655
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
656
|
+
overflow: visible;
|
|
657
|
+
}
|
|
658
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
659
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
660
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
661
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
662
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
663
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
664
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
665
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
666
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
667
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
668
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
669
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
670
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
671
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
672
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
673
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
674
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
675
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
676
|
+
overflow: visible;
|
|
677
|
+
}
|
|
678
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
679
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
680
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
681
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
682
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
683
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
684
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
685
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
686
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
687
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
688
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
689
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
690
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
691
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
692
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
693
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
694
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
695
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
696
|
+
position: sticky;
|
|
697
|
+
top: 0;
|
|
698
|
+
z-index: 99;
|
|
699
|
+
}
|
|
700
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
701
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
702
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
703
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
704
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
705
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
706
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
707
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
708
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
709
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
710
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
711
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
712
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
713
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
714
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
715
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
716
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
717
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
718
|
+
position: sticky;
|
|
719
|
+
bottom: 0;
|
|
720
|
+
z-index: 99;
|
|
721
|
+
margin: 0;
|
|
722
|
+
padding: 16px 0;
|
|
723
|
+
background-color: #ffffff;
|
|
724
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
[class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
|
|
2
|
-
[class
|
|
2
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
|
|
3
3
|
margin: 10px 0 0;
|
|
4
4
|
}
|
|
5
5
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination,
|
|
6
|
-
[class
|
|
6
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination {
|
|
7
7
|
position: relative;
|
|
8
8
|
}
|
|
9
9
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
|
|
10
|
-
[class
|
|
10
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
11
11
|
position: absolute;
|
|
12
12
|
left: 0;
|
|
13
13
|
height: 30px;
|
|
14
14
|
line-height: 30px;
|
|
15
15
|
}
|
|
16
16
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
17
|
-
[class
|
|
17
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
|
|
18
18
|
box-sizing: border-box;
|
|
19
19
|
min-width: 30px;
|
|
20
20
|
height: 30px;
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
border-radius: 4px;
|
|
27
27
|
}
|
|
28
28
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
29
|
-
[class
|
|
30
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class
|
|
31
|
-
[class
|
|
29
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
30
|
+
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
31
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
|
|
32
32
|
border: 1px solid #d9d9d9;
|
|
33
33
|
}
|
|
34
34
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
35
|
-
[class
|
|
35
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
|
|
36
36
|
width: 30px;
|
|
37
37
|
height: 30px;
|
|
38
38
|
margin: 0 4px;
|
|
@@ -40,24 +40,24 @@
|
|
|
40
40
|
border: 1px solid #d9d9d9;
|
|
41
41
|
}
|
|
42
42
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left,
|
|
43
|
-
[class
|
|
43
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left {
|
|
44
44
|
border: none;
|
|
45
45
|
}
|
|
46
46
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled,
|
|
47
|
-
[class
|
|
47
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled {
|
|
48
48
|
display: none;
|
|
49
49
|
}
|
|
50
50
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled,
|
|
51
|
-
[class
|
|
51
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled {
|
|
52
52
|
display: none;
|
|
53
53
|
}
|
|
54
54
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .anticon svg,
|
|
55
|
-
[class
|
|
55
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .anticon svg {
|
|
56
56
|
width: 14px;
|
|
57
57
|
height: 14px;
|
|
58
58
|
}
|
|
59
59
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
60
|
-
[class
|
|
60
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
|
|
61
61
|
width: 30px;
|
|
62
62
|
height: 30px;
|
|
63
63
|
margin: 0 4px;
|
|
@@ -65,34 +65,34 @@
|
|
|
65
65
|
border: 1px solid #d9d9d9;
|
|
66
66
|
}
|
|
67
67
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right,
|
|
68
|
-
[class
|
|
68
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right {
|
|
69
69
|
border: none;
|
|
70
70
|
}
|
|
71
71
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
72
|
-
[class
|
|
72
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
73
73
|
margin-left: 4px;
|
|
74
74
|
}
|
|
75
75
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
76
|
-
[class
|
|
76
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
77
77
|
min-width: 90px;
|
|
78
78
|
height: 30px;
|
|
79
79
|
}
|
|
80
80
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
81
|
-
[class
|
|
81
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
|
|
82
82
|
line-height: 28px;
|
|
83
83
|
}
|
|
84
84
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
85
|
-
[class
|
|
85
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
|
|
86
86
|
color: #333333;
|
|
87
87
|
}
|
|
88
88
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
89
|
-
[class
|
|
89
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
90
90
|
margin-left: 20px;
|
|
91
91
|
color: #333333;
|
|
92
92
|
font-size: 14px;
|
|
93
93
|
}
|
|
94
94
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
95
|
-
[class
|
|
95
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
|
|
96
96
|
min-width: 60px;
|
|
97
97
|
height: 30px;
|
|
98
98
|
margin: 0 8px;
|