@aplus-frontend/ui 0.6.0-beta.0 → 0.6.0-beta.1
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-form/ap-form.vue2.mjs +57 -58
- package/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/item/index.vue.mjs +33 -28
- package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
- package/es/src/ap-form/items/date/index.vue.mjs +8 -7
- package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
- package/es/src/ap-form/items/number/index.vue.mjs +9 -8
- package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
- package/es/src/ap-form/items/select/index.vue.mjs +7 -6
- package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
- package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
- package/es/src/ap-form/items/text/password.vue.mjs +1 -0
- package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
- package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
- package/es/src/ap-form/render/item.vue.mjs +5 -4
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +8 -8
- package/es/src/ap-form/search-form/index.vue.mjs +35 -34
- package/es/src/ap-grid/editable/form-item.vue.mjs +1 -1
- package/es/src/ap-grid/editable/index.vue.mjs +1 -1
- package/es/src/ap-grid/index.vue.mjs +24 -23
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/business/ap-view/ap-view.vue2.mjs +91 -88
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +25 -23
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +38 -38
- package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
- package/es/src/check-card/index.vue2.mjs +1 -1
- package/es/src/design-token/index.mjs +9 -3
- package/es/src/editable-table/form-item.vue.mjs +1 -1
- package/es/src/editable-table/index.vue.mjs +27 -27
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
- package/lib/src/ap-form/render/item.vue.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/package.json +1 -1
- package/theme/ap-action/item-dropdown.css +5 -5
- package/theme/ap-action/item-dropdown.less +1 -1
- package/theme/ap-action/item.css +5 -5
- package/theme/ap-action/item.less +1 -1
- package/theme/ap-appendix/ap-appendix.css +3 -3
- package/theme/ap-attachment/ap-attachment.css +3 -3
- package/theme/ap-batch-action/ap-batch-action.css +3 -3
- package/theme/ap-button/ap-button.css +3 -3
- package/theme/ap-card/ap-card.css +3 -3
- package/theme/ap-descriptions/ap-descriptions.css +3 -3
- package/theme/ap-download/ap-download.css +3 -3
- package/theme/ap-expand-alert/ap-expand-alert.css +3 -3
- package/theme/ap-field/checkbox.css +4 -4
- package/theme/ap-field/checkbox.less +2 -1
- package/theme/ap-field/index.css +5 -5
- package/theme/ap-field/number.css +3 -3
- package/theme/ap-field/radio.css +4 -4
- package/theme/ap-field/radio.less +1 -1
- package/theme/ap-field/text-area.css +3 -3
- package/theme/ap-form/ap-form-item-group.css +3 -3
- package/theme/ap-form/ap-form-item.css +10 -8
- package/theme/ap-form/ap-form-item.less +8 -6
- package/theme/ap-form/drawer-form.css +3 -3
- package/theme/ap-form/index.css +21 -19
- package/theme/ap-form/item-text-group.css +3 -3
- package/theme/ap-form/item-text.css +3 -3
- package/theme/ap-form/modal-form.css +3 -3
- package/theme/ap-form/search-form-sorter.css +12 -12
- package/theme/ap-form/search-form-sorter.less +7 -7
- package/theme/ap-form/search-form.css +21 -19
- package/theme/ap-form/search-form.less +5 -5
- package/theme/ap-grid/editable.css +5 -5
- package/theme/ap-grid/editable.less +2 -2
- package/theme/ap-grid/index.css +44 -33
- package/theme/ap-grid/index.less +17 -8
- package/theme/ap-group-search/ap-extension-select.css +3 -3
- package/theme/ap-group-search/ap-group-search.css +3 -3
- package/theme/ap-group-search/ap-popover-select.css +3 -3
- package/theme/ap-image/ap-image.css +3 -3
- package/theme/ap-input-radio/ap-input-radio.css +3 -3
- package/theme/ap-label/ap-label.css +3 -3
- package/theme/ap-ladder/ap-ladder.css +3 -3
- package/theme/ap-layout/ap-info-layout.css +3 -3
- package/theme/ap-list/index.css +4 -4
- package/theme/ap-list/index.less +2 -1
- package/theme/ap-product-info/ap-product-info.css +3 -3
- package/theme/ap-select-layout/ap-select-layout.css +3 -3
- package/theme/ap-size-input/ap-size-input.css +3 -3
- package/theme/ap-status/ap-status.css +3 -3
- package/theme/ap-summary/index.css +3 -3
- package/theme/ap-table/ap-table-index.css +3 -3
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
- package/theme/ap-table/ap-table.css +43 -37
- package/theme/ap-table/ap-table.less +12 -8
- package/theme/ap-table/setting/index.css +7 -7
- package/theme/ap-table/setting/modal.css +5 -5
- package/theme/ap-table/setting/select-group.css +3 -3
- package/theme/ap-table/setting/sortable-item-meta.css +3 -3
- package/theme/ap-table/setting/sortable-item.css +3 -3
- package/theme/ap-table/setting/sorter.css +5 -5
- package/theme/ap-table-modal/index.css +43 -37
- package/theme/ap-tag/ap-tag-group.css +3 -3
- package/theme/ap-tag/ap-tag.css +3 -3
- package/theme/ap-title/ap-title.css +3 -3
- package/theme/ap-upload/index.css +3 -3
- package/theme/ap-upload/multiple-file.css +3 -3
- package/theme/ap-upload/picture.css +3 -3
- package/theme/ap-upload/single-file.css +3 -3
- package/theme/ap-upload/upload.css +3 -3
- package/theme/ap-upload-single/index.css +3 -3
- package/theme/ap-view/ap-view.css +3 -3
- package/theme/batch-input-group/index.css +5 -5
- package/theme/batch-input-group/popover-input.css +3 -3
- package/theme/check-card/index.css +22 -22
- package/theme/check-card/index.less +17 -15
- package/theme/editable-table/index.css +36 -32
- package/theme/editable-table/index.less +9 -7
- package/theme/full-screen/index.css +3 -3
- package/theme/index.css +98 -81
- package/theme/mask/index.css +3 -3
- package/theme/mixins/config.less +26 -4
- package/theme/mixins/mixins.css +3 -3
- package/theme/scroll-bar/index.css +3 -3
- package/theme/scroll-view/index.css +3 -3
- package/theme/splitter/index.css +8 -8
- package/theme/text/group.css +3 -3
- package/theme/text/index.css +5 -5
- package/theme/work-order-modal/index.css +3 -3
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
margin: 0;
|
|
50
50
|
padding: 0;
|
|
51
51
|
color: rgba(0 0 0 / 85%);
|
|
52
|
-
font-size:
|
|
52
|
+
font-size: 12px;
|
|
53
53
|
font-family: inherit;
|
|
54
|
-
line-height:
|
|
54
|
+
line-height: 1.5;
|
|
55
55
|
list-style: none;
|
|
56
56
|
display: inline-block;
|
|
57
57
|
-webkit-line-clamp: unset;
|
|
@@ -177,9 +177,9 @@
|
|
|
177
177
|
margin: 0;
|
|
178
178
|
padding: 0;
|
|
179
179
|
color: rgba(0 0 0 / 85%);
|
|
180
|
-
font-size:
|
|
180
|
+
font-size: 12px;
|
|
181
181
|
font-family: inherit;
|
|
182
|
-
line-height:
|
|
182
|
+
line-height: 1.5;
|
|
183
183
|
list-style: none;
|
|
184
184
|
font-weight: bold;
|
|
185
185
|
color: #182948;
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
box-sizing: border-box;
|
|
228
228
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
229
229
|
border-radius: 4px;
|
|
230
|
-
padding-inline:
|
|
230
|
+
padding-inline: 8px;
|
|
231
231
|
}
|
|
232
232
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
233
233
|
padding: 0;
|
|
@@ -257,8 +257,11 @@
|
|
|
257
257
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
258
258
|
padding-right: 0px;
|
|
259
259
|
}
|
|
260
|
+
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
261
|
+
padding-right: 4px;
|
|
262
|
+
}
|
|
260
263
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
261
|
-
padding-right:
|
|
264
|
+
padding-right: 12px;
|
|
262
265
|
height: 30px;
|
|
263
266
|
}
|
|
264
267
|
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
@@ -282,9 +285,8 @@
|
|
|
282
285
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
283
286
|
}
|
|
284
287
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
285
|
-
font-size:
|
|
286
|
-
line-height:
|
|
287
|
-
margin-top: 2px;
|
|
288
|
+
font-size: 10px;
|
|
289
|
+
line-height: 1.6;
|
|
288
290
|
}
|
|
289
291
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
290
292
|
line-height: 22px;
|
|
@@ -346,11 +348,11 @@
|
|
|
346
348
|
margin: 0;
|
|
347
349
|
padding: 0;
|
|
348
350
|
color: rgba(0 0 0 / 85%);
|
|
349
|
-
font-size:
|
|
351
|
+
font-size: 12px;
|
|
350
352
|
font-family: inherit;
|
|
351
|
-
line-height:
|
|
353
|
+
line-height: 1.5;
|
|
352
354
|
list-style: none;
|
|
353
|
-
font-size:
|
|
355
|
+
font-size: 14px;
|
|
354
356
|
font-weight: 700;
|
|
355
357
|
display: inline-block;
|
|
356
358
|
padding-bottom: 4px;
|
|
@@ -360,9 +362,9 @@
|
|
|
360
362
|
margin: 0;
|
|
361
363
|
padding: 0;
|
|
362
364
|
color: rgba(0 0 0 / 85%);
|
|
363
|
-
font-size:
|
|
365
|
+
font-size: 12px;
|
|
364
366
|
font-family: inherit;
|
|
365
|
-
line-height:
|
|
367
|
+
line-height: 1.5;
|
|
366
368
|
list-style: none;
|
|
367
369
|
color: #8896b0;
|
|
368
370
|
}
|
|
@@ -376,9 +378,9 @@
|
|
|
376
378
|
margin: 0;
|
|
377
379
|
padding: 0;
|
|
378
380
|
color: rgba(0 0 0 / 85%);
|
|
379
|
-
font-size:
|
|
381
|
+
font-size: 12px;
|
|
380
382
|
font-family: inherit;
|
|
381
|
-
line-height:
|
|
383
|
+
line-height: 1.5;
|
|
382
384
|
list-style: none;
|
|
383
385
|
color: #0070ff;
|
|
384
386
|
}
|
|
@@ -417,9 +419,9 @@
|
|
|
417
419
|
margin: 0;
|
|
418
420
|
padding: 0;
|
|
419
421
|
color: rgba(0 0 0 / 85%);
|
|
420
|
-
font-size:
|
|
422
|
+
font-size: 12px;
|
|
421
423
|
font-family: inherit;
|
|
422
|
-
line-height:
|
|
424
|
+
line-height: 1.5;
|
|
423
425
|
list-style: none;
|
|
424
426
|
padding-left: 4px;
|
|
425
427
|
max-width: 100%;
|
|
@@ -428,7 +430,7 @@
|
|
|
428
430
|
text-overflow: ellipsis;
|
|
429
431
|
}
|
|
430
432
|
.aplus-ap-form-search-form .ant-form-item {
|
|
431
|
-
margin-bottom:
|
|
433
|
+
margin-bottom: 8px;
|
|
432
434
|
}
|
|
433
435
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
434
436
|
display: flex;
|
|
@@ -437,7 +439,7 @@
|
|
|
437
439
|
width: 100%;
|
|
438
440
|
}
|
|
439
441
|
.aplus-ap-form-search-form__popover .ant-form-item {
|
|
440
|
-
margin-bottom:
|
|
442
|
+
margin-bottom: 8px;
|
|
441
443
|
}
|
|
442
444
|
.aplus-ap-form-search-form__popover .ant-popover-arrow {
|
|
443
445
|
display: none;
|
|
@@ -542,7 +544,7 @@
|
|
|
542
544
|
}
|
|
543
545
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
544
546
|
display: flex;
|
|
545
|
-
margin-block-end:
|
|
547
|
+
margin-block-end: 12px;
|
|
546
548
|
}
|
|
547
549
|
.aplus-field-number-label-left {
|
|
548
550
|
padding-right: 4px;
|
|
@@ -552,7 +554,7 @@
|
|
|
552
554
|
}
|
|
553
555
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
554
556
|
display: flex;
|
|
555
|
-
margin-block-end:
|
|
557
|
+
margin-block-end: 12px;
|
|
556
558
|
}
|
|
557
559
|
.aplus-field-text-area {
|
|
558
560
|
white-space: pre-wrap;
|
|
@@ -564,9 +566,9 @@
|
|
|
564
566
|
margin: 0;
|
|
565
567
|
padding: 0;
|
|
566
568
|
color: rgba(0 0 0 / 85%);
|
|
567
|
-
font-size:
|
|
569
|
+
font-size: 12px;
|
|
568
570
|
font-family: inherit;
|
|
569
|
-
line-height:
|
|
571
|
+
line-height: 1.5;
|
|
570
572
|
list-style: none;
|
|
571
573
|
display: inline-block;
|
|
572
574
|
cursor: pointer;
|
|
@@ -608,8 +610,8 @@
|
|
|
608
610
|
}
|
|
609
611
|
.aplus-action-item-dropdown__icon {
|
|
610
612
|
color: #0070ff;
|
|
611
|
-
margin-left:
|
|
612
|
-
font-size:
|
|
613
|
+
margin-left: 2px;
|
|
614
|
+
font-size: 12px;
|
|
613
615
|
display: inline-flex;
|
|
614
616
|
}
|
|
615
617
|
.aplus-scroll-bar {
|
|
@@ -659,7 +661,7 @@
|
|
|
659
661
|
left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
660
662
|
}
|
|
661
663
|
.aplus-ap-table-wrapper {
|
|
662
|
-
padding:
|
|
664
|
+
padding: 8px;
|
|
663
665
|
background-color: #fff;
|
|
664
666
|
}
|
|
665
667
|
.aplus-ap-table-adaptive {
|
|
@@ -689,10 +691,12 @@
|
|
|
689
691
|
height: 100%;
|
|
690
692
|
}
|
|
691
693
|
.aplus-ap-table__search-wrapper {
|
|
692
|
-
padding:
|
|
694
|
+
padding: 8px;
|
|
695
|
+
padding-bottom: 2px;
|
|
693
696
|
padding-bottom: 0;
|
|
694
697
|
background-color: #fff;
|
|
695
698
|
margin-bottom: 10px;
|
|
699
|
+
border-radius: 4px;
|
|
696
700
|
}
|
|
697
701
|
.aplus-ap-table__table-wrapper {
|
|
698
702
|
flex: 1;
|
|
@@ -701,7 +705,9 @@
|
|
|
701
705
|
flex-direction: column;
|
|
702
706
|
}
|
|
703
707
|
.aplus-ap-table__table-wrapper-card {
|
|
704
|
-
padding:
|
|
708
|
+
padding: 8px;
|
|
709
|
+
padding-bottom: 12px;
|
|
710
|
+
border-radius: 4px;
|
|
705
711
|
background-color: #fff;
|
|
706
712
|
overflow: hidden;
|
|
707
713
|
}
|
|
@@ -718,16 +724,16 @@
|
|
|
718
724
|
background-color: #D8DDE5 !important;
|
|
719
725
|
}
|
|
720
726
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
721
|
-
padding: 12px
|
|
727
|
+
padding: 12px;
|
|
722
728
|
}
|
|
723
729
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
724
|
-
padding: 12px
|
|
730
|
+
padding: 12px;
|
|
725
731
|
}
|
|
726
732
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
727
|
-
padding:
|
|
733
|
+
padding: 8px;
|
|
728
734
|
}
|
|
729
735
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
730
|
-
padding:
|
|
736
|
+
padding: 8px;
|
|
731
737
|
}
|
|
732
738
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
733
739
|
border-inline-end-width: 0px !important;
|
|
@@ -763,7 +769,7 @@
|
|
|
763
769
|
color: var(--ap-table-pagination-total-color, #526A90);
|
|
764
770
|
}
|
|
765
771
|
.aplus-ap-table-header {
|
|
766
|
-
padding-bottom:
|
|
772
|
+
padding-bottom: 8px;
|
|
767
773
|
display: flex;
|
|
768
774
|
justify-content: space-between;
|
|
769
775
|
align-items: center;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
package/theme/ap-tag/ap-tag.css
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
33
33
|
display: flex;
|
|
34
|
-
margin-block-end:
|
|
34
|
+
margin-block-end: 12px;
|
|
35
35
|
}
|
|
36
36
|
.aplus-field-number-label-left {
|
|
37
37
|
padding-right: 4px;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
43
43
|
display: flex;
|
|
44
|
-
margin-block-end:
|
|
44
|
+
margin-block-end: 12px;
|
|
45
45
|
}
|
|
46
46
|
.aplus-field-text-area {
|
|
47
47
|
white-space: pre-wrap;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
5
|
color: rgba(0 0 0 / 85%);
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.clear-fix::before {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
.common-style {
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
22
|
+
font-size: 12px;
|
|
23
23
|
font-family: inherit;
|
|
24
24
|
}
|
|
25
25
|
.common-style::before,
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
margin: 0;
|
|
32
32
|
padding: 0;
|
|
33
33
|
color: rgba(0 0 0 / 85%);
|
|
34
|
-
font-size:
|
|
34
|
+
font-size: 12px;
|
|
35
35
|
font-family: inherit;
|
|
36
|
-
line-height:
|
|
36
|
+
line-height: 1.5;
|
|
37
37
|
list-style: none;
|
|
38
38
|
border-radius: 4px;
|
|
39
39
|
position: relative;
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
opacity: 0;
|
|
58
58
|
inset-block-start: -2px;
|
|
59
59
|
inset-inline-end: -2px;
|
|
60
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
61
|
-
border-block-end: var(--check-card-indicator-size,
|
|
60
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
61
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
62
62
|
border-radius: 4px;
|
|
63
63
|
}
|
|
64
64
|
.aplus-check-card--checked {
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
}
|
|
70
70
|
.aplus-check-card--checked::after {
|
|
71
71
|
opacity: 1;
|
|
72
|
-
border: var(--check-card-indicator-size,
|
|
73
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
74
|
-
border-block-end: var(--check-card-indicator-size,
|
|
72
|
+
border: var(--check-card-indicator-size, 14px) solid var(--check-card-checked-bg, #0070ff);
|
|
73
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
74
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
75
75
|
inset-block-start: -2px;
|
|
76
76
|
inset-inline-end: -2px;
|
|
77
77
|
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -80,28 +80,28 @@
|
|
|
80
80
|
outline-color: #E9EDF3;
|
|
81
81
|
}
|
|
82
82
|
.aplus-check-card--checked.aplus-check-card--disabled::after {
|
|
83
|
-
border: var(--check-card-indicator-size,
|
|
84
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
85
|
-
border-block-end: var(--check-card-indicator-size,
|
|
83
|
+
border: var(--check-card-indicator-size, 14px) solid #E9EDF3;
|
|
84
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
85
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
86
86
|
}
|
|
87
87
|
.aplus-check-card--middle {
|
|
88
|
-
padding:
|
|
88
|
+
padding: 12px;
|
|
89
89
|
}
|
|
90
90
|
.aplus-check-card--small {
|
|
91
|
-
padding: 12px
|
|
91
|
+
padding: 6px 12px;
|
|
92
92
|
}
|
|
93
93
|
.aplus-check-card__title {
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
margin: 0;
|
|
96
96
|
padding: 0;
|
|
97
97
|
color: rgba(0 0 0 / 85%);
|
|
98
|
-
font-size:
|
|
98
|
+
font-size: 12px;
|
|
99
99
|
font-family: inherit;
|
|
100
|
-
line-height:
|
|
100
|
+
line-height: 1.5;
|
|
101
101
|
list-style: none;
|
|
102
|
-
margin-bottom:
|
|
102
|
+
margin-bottom: 4px;
|
|
103
103
|
color: #333;
|
|
104
|
-
font-weight:
|
|
104
|
+
font-weight: bold;
|
|
105
105
|
}
|
|
106
106
|
.aplus-check-card__title--disabled {
|
|
107
107
|
color: #ABB7CC;
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
margin: 0;
|
|
112
112
|
padding: 0;
|
|
113
113
|
color: rgba(0 0 0 / 85%);
|
|
114
|
-
font-size:
|
|
114
|
+
font-size: 12px;
|
|
115
115
|
font-family: inherit;
|
|
116
|
-
line-height:
|
|
116
|
+
line-height: 1.5;
|
|
117
117
|
list-style: none;
|
|
118
118
|
color: #333;
|
|
119
119
|
}
|
|
@@ -131,6 +131,6 @@
|
|
|
131
131
|
user-select: none;
|
|
132
132
|
}
|
|
133
133
|
.aplus-check-card__checked-icon > img {
|
|
134
|
-
width: calc(var(--check-card-indicator-size,
|
|
134
|
+
width: calc(var(--check-card-indicator-size, 14px) - 2px);
|
|
135
135
|
vertical-align: top;
|
|
136
136
|
}
|