@aplus-frontend/ui 0.1.13 → 0.1.15
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/business/ap-input-radio/ApInputRadio.vue2.mjs +31 -28
- package/es/src/business/ap-input-radio/interface.d.ts +1 -1
- package/es/src/business/ap-label/style.css +3 -0
- package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +12 -14
- package/es/src/business/index.d.ts +0 -2
- package/es/src/editable-table/index.vue.d.ts +1 -0
- package/es/src/editable-table/index.vue.mjs +97 -87
- package/es/src/editable-table/interface.d.ts +6 -1
- package/es/src/hooks/useControllableValue.mjs +3 -0
- package/es/src/theme/antd-global-overwrite/admin/form.css +5 -12
- package/es/src/theme/antd-global-overwrite/admin/index.css +128 -28
- 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 -21
- package/es/src/theme/antd-global-overwrite/aplus/index.css +174 -74
- 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/es/src/theme/ap-label/ap-label.css +3 -0
- package/es/src/utils/ap-trans-data/index.d.ts +12 -0
- 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/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/interface.d.ts +1 -1
- package/lib/src/business/ap-label/style.css +3 -0
- package/lib/src/business/ap-status/ApStatusGroup.vue2.js +1 -1
- package/lib/src/business/index.d.ts +0 -2
- package/lib/src/editable-table/index.vue.d.ts +1 -0
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +6 -1
- package/lib/src/hooks/useControllableValue.js +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/form.css +5 -12
- package/lib/src/theme/antd-global-overwrite/admin/index.css +128 -28
- 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 -21
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +174 -74
- 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/lib/src/theme/ap-label/ap-label.css +3 -0
- package/lib/src/utils/ap-trans-data/index.d.ts +12 -0
- package/package.json +1 -1
|
@@ -90,13 +90,6 @@
|
|
|
90
90
|
.ant-form .ant-form-item-control .ant-form-item-explain-error {
|
|
91
91
|
font-size: 12px;
|
|
92
92
|
}
|
|
93
|
-
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
94
|
-
background-color: #ffffff;
|
|
95
|
-
border-color: #34b77c;
|
|
96
|
-
}
|
|
97
|
-
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
98
|
-
background-color: #34b77c;
|
|
99
|
-
}
|
|
100
93
|
.ant-form .ant-form-item-control .ant-select.ant-select-open .ant-select-selection-item {
|
|
101
94
|
color: #bfbfbf;
|
|
102
95
|
}
|
|
@@ -124,22 +117,22 @@
|
|
|
124
117
|
input.ant-input[disabled] {
|
|
125
118
|
color: #666666;
|
|
126
119
|
}
|
|
127
|
-
div[class
|
|
120
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] {
|
|
128
121
|
padding: 16px;
|
|
129
122
|
}
|
|
130
|
-
div[class
|
|
123
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
|
|
131
124
|
display: flex;
|
|
132
125
|
align-items: center;
|
|
133
126
|
justify-content: flex-end;
|
|
134
127
|
}
|
|
135
|
-
div[class
|
|
128
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
|
|
136
129
|
order: 1;
|
|
137
130
|
}
|
|
138
|
-
div[class
|
|
131
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
|
|
139
132
|
order: 2;
|
|
140
133
|
margin-right: 0;
|
|
141
134
|
}
|
|
142
|
-
div[class
|
|
135
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
|
|
143
136
|
order: 3;
|
|
144
137
|
margin-left: 0.5rem;
|
|
145
138
|
}
|
|
@@ -278,22 +271,22 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
278
271
|
color: #ff4d4f;
|
|
279
272
|
}
|
|
280
273
|
[class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
|
|
281
|
-
[class
|
|
274
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
|
|
282
275
|
margin: 16px 0 0;
|
|
283
276
|
}
|
|
284
277
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination,
|
|
285
|
-
[class
|
|
278
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination {
|
|
286
279
|
position: relative;
|
|
287
280
|
}
|
|
288
281
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
|
|
289
|
-
[class
|
|
282
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
290
283
|
position: absolute;
|
|
291
284
|
left: 0;
|
|
292
285
|
height: 30px;
|
|
293
286
|
line-height: 30px;
|
|
294
287
|
}
|
|
295
288
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
296
|
-
[class
|
|
289
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
|
|
297
290
|
box-sizing: border-box;
|
|
298
291
|
min-width: 30px;
|
|
299
292
|
height: 30px;
|
|
@@ -305,13 +298,13 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
305
298
|
border-radius: 4px;
|
|
306
299
|
}
|
|
307
300
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
308
|
-
[class
|
|
309
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class
|
|
310
|
-
[class
|
|
301
|
+
[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),
|
|
302
|
+
[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),
|
|
303
|
+
[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) {
|
|
311
304
|
border: 1px solid #d9d9d9;
|
|
312
305
|
}
|
|
313
306
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
314
|
-
[class
|
|
307
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
|
|
315
308
|
width: 30px;
|
|
316
309
|
height: 30px;
|
|
317
310
|
margin: 0 4px;
|
|
@@ -319,7 +312,7 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
319
312
|
border: 1px solid #d9d9d9;
|
|
320
313
|
}
|
|
321
314
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
322
|
-
[class
|
|
315
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
|
|
323
316
|
width: 30px;
|
|
324
317
|
height: 30px;
|
|
325
318
|
margin: 0 4px;
|
|
@@ -327,34 +320,34 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
327
320
|
border: 1px solid #d9d9d9;
|
|
328
321
|
}
|
|
329
322
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
|
|
330
|
-
[class
|
|
323
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
|
|
331
324
|
border: 1px solid #d9d9d9;
|
|
332
325
|
}
|
|
333
326
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
334
|
-
[class
|
|
327
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
335
328
|
margin-left: 4px;
|
|
336
329
|
}
|
|
337
330
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
338
|
-
[class
|
|
331
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
339
332
|
min-width: 90px;
|
|
340
333
|
height: 30px;
|
|
341
334
|
}
|
|
342
335
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
343
|
-
[class
|
|
336
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
|
|
344
337
|
line-height: 28px;
|
|
345
338
|
}
|
|
346
339
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
347
|
-
[class
|
|
340
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
|
|
348
341
|
color: #333333;
|
|
349
342
|
}
|
|
350
343
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
351
|
-
[class
|
|
344
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
352
345
|
margin-left: 20px;
|
|
353
346
|
color: #333333;
|
|
354
347
|
font-size: 14px;
|
|
355
348
|
}
|
|
356
349
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
357
|
-
[class
|
|
350
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
|
|
358
351
|
min-width: 60px;
|
|
359
352
|
height: 30px;
|
|
360
353
|
margin: 0 8px;
|
|
@@ -592,3 +585,110 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
|
|
|
592
585
|
[class$='-basic-table-row__striped'] td {
|
|
593
586
|
background-color: #fafafa;
|
|
594
587
|
}
|
|
588
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
589
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
590
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
591
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
592
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
593
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
594
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
595
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
596
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
597
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
598
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
599
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
600
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
601
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
602
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
603
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
604
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
605
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
606
|
+
overflow: visible;
|
|
607
|
+
}
|
|
608
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
609
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
610
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
611
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
612
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
613
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
614
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
615
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
616
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
617
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
618
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
619
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
620
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
621
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
622
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
623
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
624
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
625
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
626
|
+
overflow: visible;
|
|
627
|
+
}
|
|
628
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
629
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
630
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
631
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
632
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
633
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
634
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
635
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
636
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
637
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
638
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
639
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
640
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
641
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
642
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
643
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
644
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
645
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
646
|
+
overflow: visible;
|
|
647
|
+
}
|
|
648
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
649
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
650
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
651
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
652
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
653
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
654
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
655
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
656
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
657
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
658
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
659
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
660
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
661
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
662
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
663
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
664
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
665
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
666
|
+
position: sticky;
|
|
667
|
+
top: 0;
|
|
668
|
+
z-index: 99;
|
|
669
|
+
}
|
|
670
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
671
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
672
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
673
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
674
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
675
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
676
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
677
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
678
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
679
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
680
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
681
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
682
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
683
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
684
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
685
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
686
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
687
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
688
|
+
position: sticky;
|
|
689
|
+
bottom: 0;
|
|
690
|
+
z-index: 99;
|
|
691
|
+
margin: 0;
|
|
692
|
+
padding: 16px 0;
|
|
693
|
+
background-color: #ffffff;
|
|
694
|
+
}
|
|
@@ -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: 16px 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,7 +40,7 @@
|
|
|
40
40
|
border: 1px solid #d9d9d9;
|
|
41
41
|
}
|
|
42
42
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
43
|
-
[class
|
|
43
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
|
|
44
44
|
width: 30px;
|
|
45
45
|
height: 30px;
|
|
46
46
|
margin: 0 4px;
|
|
@@ -48,34 +48,34 @@
|
|
|
48
48
|
border: 1px solid #d9d9d9;
|
|
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
|
border: 1px solid #d9d9d9;
|
|
53
53
|
}
|
|
54
54
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
55
|
-
[class
|
|
55
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
56
56
|
margin-left: 4px;
|
|
57
57
|
}
|
|
58
58
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
59
|
-
[class
|
|
59
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
60
60
|
min-width: 90px;
|
|
61
61
|
height: 30px;
|
|
62
62
|
}
|
|
63
63
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
64
|
-
[class
|
|
64
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
|
|
65
65
|
line-height: 28px;
|
|
66
66
|
}
|
|
67
67
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
68
|
-
[class
|
|
68
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
|
|
69
69
|
color: #333333;
|
|
70
70
|
}
|
|
71
71
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
72
|
-
[class
|
|
72
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
73
73
|
margin-left: 20px;
|
|
74
74
|
color: #333333;
|
|
75
75
|
font-size: 14px;
|
|
76
76
|
}
|
|
77
77
|
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
78
|
-
[class
|
|
78
|
+
[class*='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
|
|
79
79
|
min-width: 60px;
|
|
80
80
|
height: 30px;
|
|
81
81
|
margin: 0 8px;
|
|
@@ -102,3 +102,110 @@
|
|
|
102
102
|
[class$='-basic-table-row__striped'] td {
|
|
103
103
|
background-color: #fafafa;
|
|
104
104
|
}
|
|
105
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
106
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
107
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
108
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
109
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
110
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
111
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
112
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
113
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
114
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
115
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
116
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
117
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
118
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
119
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
120
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
121
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
122
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
123
|
+
overflow: visible;
|
|
124
|
+
}
|
|
125
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
126
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
127
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
128
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
129
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
130
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
131
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
132
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
133
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
134
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
135
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
136
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
137
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
138
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
139
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
140
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
141
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
142
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
143
|
+
overflow: visible;
|
|
144
|
+
}
|
|
145
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
146
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
147
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
148
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
149
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
150
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
151
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
152
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
153
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
154
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
155
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
156
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
157
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
158
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
159
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
160
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
161
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
162
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
163
|
+
overflow: visible;
|
|
164
|
+
}
|
|
165
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
166
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
167
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
168
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
169
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
170
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
171
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
172
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
173
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
174
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
175
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
176
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
177
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
178
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
179
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
180
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
181
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
182
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
183
|
+
position: sticky;
|
|
184
|
+
top: 0;
|
|
185
|
+
z-index: 99;
|
|
186
|
+
}
|
|
187
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
188
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
189
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
190
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
191
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
192
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
193
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
194
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
195
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
196
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
197
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
198
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
199
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
200
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
201
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
202
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
203
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
204
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
205
|
+
position: sticky;
|
|
206
|
+
bottom: 0;
|
|
207
|
+
z-index: 99;
|
|
208
|
+
margin: 0;
|
|
209
|
+
padding: 16px 0;
|
|
210
|
+
background-color: #ffffff;
|
|
211
|
+
}
|
|
@@ -10,13 +10,6 @@
|
|
|
10
10
|
.ant-form .ant-form-item-control .ant-form-item-explain-error {
|
|
11
11
|
font-size: 12px;
|
|
12
12
|
}
|
|
13
|
-
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
14
|
-
background-color: #ffffff;
|
|
15
|
-
border-color: #0070ff;
|
|
16
|
-
}
|
|
17
|
-
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
18
|
-
background-color: #0070ff;
|
|
19
|
-
}
|
|
20
13
|
.ant-form .ant-form-item-control .ant-select.ant-select-disabled .ant-select-selector {
|
|
21
14
|
color: #526a90;
|
|
22
15
|
background-color: #f2f6f9;
|
|
@@ -48,43 +41,43 @@ input.ant-input[disabled] {
|
|
|
48
41
|
span.ant-input-affix-wrapper-disabled {
|
|
49
42
|
background-color: #f2f6f9;
|
|
50
43
|
}
|
|
51
|
-
div[class
|
|
44
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
52
45
|
margin-bottom: 16px;
|
|
53
46
|
/** 适配Aplus UI */
|
|
54
47
|
}
|
|
55
|
-
div[class
|
|
48
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
56
49
|
border: 1px solid #dee4ed;
|
|
57
50
|
border-radius: 4px;
|
|
58
51
|
}
|
|
59
|
-
div[class
|
|
52
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label {
|
|
60
53
|
padding-left: 12px;
|
|
61
54
|
}
|
|
62
|
-
div[class
|
|
55
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label {
|
|
63
56
|
height: 30px;
|
|
64
57
|
color: #182948;
|
|
65
58
|
}
|
|
66
|
-
div[class
|
|
59
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input {
|
|
67
60
|
min-height: 30px;
|
|
68
61
|
}
|
|
69
|
-
div[class
|
|
70
|
-
div[class
|
|
71
|
-
div[class
|
|
72
|
-
div[class
|
|
62
|
+
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,
|
|
63
|
+
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,
|
|
64
|
+
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,
|
|
65
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
73
66
|
height: 30px;
|
|
74
67
|
border: none;
|
|
75
68
|
border-color: #dee4ed;
|
|
76
69
|
box-shadow: none;
|
|
77
70
|
}
|
|
78
|
-
div[class
|
|
79
|
-
div[class
|
|
71
|
+
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,
|
|
72
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
80
73
|
width: 100%;
|
|
81
74
|
}
|
|
82
|
-
div[class
|
|
75
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit {
|
|
83
76
|
margin-right: 0.5rem;
|
|
84
77
|
}
|
|
85
|
-
div[class
|
|
78
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset {
|
|
86
79
|
margin-right: 0;
|
|
87
80
|
}
|
|
88
|
-
div[class
|
|
81
|
+
div[class*='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse {
|
|
89
82
|
margin-left: 0.5rem;
|
|
90
83
|
}
|