@aplus-frontend/ui 0.6.0-beta.21 → 0.6.0-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +76 -74
- package/es/src/ap-drawer/ApDrawer.vue.d.ts +1 -4
- package/es/src/ap-drawer/ApDrawer.vue.mjs +24 -37
- package/es/src/ap-drawer/interface.d.ts +0 -1
- package/es/src/ap-form/item/index.vue.mjs +75 -83
- package/es/src/ap-form/item-group/index.vue.mjs +34 -35
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
- package/es/src/ap-grid/index.vue.mjs +46 -46
- package/es/src/ap-grid/interface.d.ts +3 -3
- package/es/src/ap-list/index.vue.mjs +34 -34
- package/es/src/ap-list/interface.d.ts +4 -3
- package/es/src/ap-table/ap-table.vue2.mjs +57 -57
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
- package/es/src/ap-table/interface.d.ts +3 -3
- package/es/src/business/ap-keep-alive/index.d.ts +2 -1
- package/es/src/business/ap-keep-alive/index.mjs +11 -9
- package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
- package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
- package/es/src/business/ap-keep-alive/utils.mjs +10 -9
- package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
- package/es/src/business/ap-radio-group/index.d.ts +6 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
- package/es/src/index.mjs +65 -63
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-drawer/ApDrawer.vue.d.ts +1 -4
- package/lib/src/ap-drawer/ApDrawer.vue.js +1 -1
- package/lib/src/ap-drawer/interface.d.ts +0 -1
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/item-group/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +3 -3
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/interface.d.ts +4 -3
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-table/interface.d.ts +3 -3
- package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
- package/lib/src/business/ap-keep-alive/index.js +1 -1
- package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
- package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
- package/lib/src/business/ap-keep-alive/utils.js +1 -1
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
- package/lib/src/business/ap-radio-group/index.d.ts +6 -0
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +5 -5
- package/theme/antd-global-overwrite/admin/alert.css +1 -1
- package/theme/antd-global-overwrite/admin/field.css +3 -0
- package/theme/antd-global-overwrite/admin/field.less +4 -0
- package/theme/antd-global-overwrite/admin/index.css +10 -1
- package/theme/antd-global-overwrite/admin/modal.css +6 -0
- package/theme/antd-global-overwrite/admin/modal.less +8 -0
- package/theme/antd-global-overwrite/aplus/alert.css +1 -1
- package/theme/antd-global-overwrite/aplus/field.css +3 -0
- package/theme/antd-global-overwrite/aplus/field.less +4 -0
- package/theme/antd-global-overwrite/aplus/index.css +11 -2
- package/theme/antd-global-overwrite/aplus/modal.css +7 -1
- package/theme/antd-global-overwrite/aplus/modal.less +9 -1
- package/theme/ap-action/item-dropdown.css +1 -1
- package/theme/ap-action/item.css +2 -2
- package/theme/ap-appendix/ap-appendix.css +2 -2
- package/theme/ap-attachment/ap-attachment.css +2 -2
- package/theme/ap-batch-action/ap-batch-action.css +1 -1
- package/theme/ap-button/ap-button.css +1 -1
- package/theme/ap-card/ap-card.css +1 -1
- package/theme/ap-copy/ap-copy.css +1 -1
- package/theme/ap-descriptions/ap-descriptions.css +1 -1
- package/theme/ap-download/ap-download.css +4 -4
- package/theme/ap-drawer/ap-drawer.css +5 -6
- package/theme/ap-drawer/ap-drawer.less +4 -7
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
- package/theme/ap-field/checkbox.css +1 -1
- package/theme/ap-field/index.css +1 -1
- package/theme/ap-field/number.css +1 -1
- package/theme/ap-field/radio.css +1 -1
- package/theme/ap-field/text-area.css +1 -1
- package/theme/ap-form/ap-form-item-group.css +1 -1
- package/theme/ap-form/ap-form-item.css +4 -1
- package/theme/ap-form/ap-form-item.less +3 -0
- package/theme/ap-form/drawer-form.css +1 -1
- package/theme/ap-form/index.css +8 -5
- package/theme/ap-form/item-text-group.css +1 -1
- package/theme/ap-form/item-text.css +1 -1
- package/theme/ap-form/modal-form.css +1 -1
- package/theme/ap-form/search-form-sorter.css +5 -5
- package/theme/ap-form/search-form.css +8 -5
- package/theme/ap-grid/editable.css +1 -1
- package/theme/ap-grid/index.css +16 -11
- package/theme/ap-grid/index.less +2 -2
- package/theme/ap-group-search/ap-extension-select.css +1 -1
- package/theme/ap-group-search/ap-group-search.css +1 -1
- package/theme/ap-group-search/ap-popover-select.css +1 -1
- package/theme/ap-image/ap-image.css +1 -1
- package/theme/ap-input-radio/ap-input-radio.css +1 -1
- package/theme/ap-label/ap-label.css +1 -1
- package/theme/ap-ladder/ap-ladder.css +4 -4
- package/theme/ap-layout/ap-info-layout.css +1 -1
- package/theme/ap-list/index.css +1 -1
- package/theme/ap-product-info/ap-product-info.css +1 -1
- package/theme/ap-radio-group/ap-radio-group.css +2 -1
- package/theme/ap-radio-group/ap-radio-group.less +1 -0
- package/theme/ap-select-layout/ap-select-layout.css +3 -3
- package/theme/ap-size-input/ap-size-input.css +1 -1
- package/theme/ap-status/ap-status.css +1 -1
- package/theme/ap-summary/index.css +1 -1
- package/theme/ap-table/ap-table-index.css +1 -1
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
- package/theme/ap-table/ap-table.css +12 -9
- package/theme/ap-table/setting/index.css +3 -3
- package/theme/ap-table/setting/modal.css +2 -2
- package/theme/ap-table/setting/select-group.css +1 -1
- package/theme/ap-table/setting/sortable-item-meta.css +1 -1
- package/theme/ap-table/setting/sortable-item.css +1 -1
- package/theme/ap-table/setting/sorter.css +2 -2
- package/theme/ap-table-modal/index.css +12 -9
- package/theme/ap-tag/ap-tag-group.css +1 -1
- package/theme/ap-tag/ap-tag.css +4 -4
- package/theme/ap-title/ap-title.css +1 -1
- package/theme/ap-upload/index.css +2 -2
- package/theme/ap-upload/multiple-file.css +1 -1
- package/theme/ap-upload/picture.css +1 -1
- package/theme/ap-upload/single-file.css +2 -2
- package/theme/ap-upload/upload.css +1 -1
- package/theme/ap-upload-single/index.css +1 -1
- package/theme/ap-view/ap-view.css +1 -1
- package/theme/batch-input-group/index.css +1 -1
- package/theme/batch-input-group/popover-input.css +1 -1
- package/theme/check-card/index.css +4 -4
- package/theme/editable-table/index.css +9 -6
- package/theme/full-screen/index.css +1 -1
- package/theme/index.css +46 -39
- package/theme/mask/index.css +1 -1
- package/theme/mixins/config.less +3 -3
- package/theme/mixins/mixins.css +1 -1
- package/theme/scroll-bar/index.css +1 -1
- package/theme/scroll-view/index.css +1 -1
- package/theme/splitter/index.css +2 -2
- package/theme/text/group.css +1 -1
- package/theme/text/index.css +2 -2
- package/theme/ui-mode.css +2 -0
- package/theme/ui-mode.less +2 -0
- package/theme/work-order-modal/index.css +1 -1
package/theme/ap-grid/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -87,6 +87,9 @@
|
|
|
87
87
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
88
88
|
height: 30px !important;
|
|
89
89
|
}
|
|
90
|
+
.aplus-ap-form-item--bordered:has(.ant-input-number) {
|
|
91
|
+
padding-right: 0;
|
|
92
|
+
}
|
|
90
93
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
91
94
|
padding-right: 0px;
|
|
92
95
|
}
|
|
@@ -183,7 +186,7 @@
|
|
|
183
186
|
color: #182948;
|
|
184
187
|
font-size: 12px;
|
|
185
188
|
font-family: inherit;
|
|
186
|
-
line-height:
|
|
189
|
+
line-height: 18px;
|
|
187
190
|
list-style: none;
|
|
188
191
|
font-size: 14px;
|
|
189
192
|
font-weight: 700;
|
|
@@ -197,7 +200,7 @@
|
|
|
197
200
|
color: #182948;
|
|
198
201
|
font-size: 12px;
|
|
199
202
|
font-family: inherit;
|
|
200
|
-
line-height:
|
|
203
|
+
line-height: 18px;
|
|
201
204
|
list-style: none;
|
|
202
205
|
color: var(--ap-text-color-3);
|
|
203
206
|
}
|
|
@@ -213,7 +216,7 @@
|
|
|
213
216
|
color: #182948;
|
|
214
217
|
font-size: 12px;
|
|
215
218
|
font-family: inherit;
|
|
216
|
-
line-height:
|
|
219
|
+
line-height: 18px;
|
|
217
220
|
list-style: none;
|
|
218
221
|
color: var(--ap-color-link);
|
|
219
222
|
}
|
|
@@ -255,7 +258,7 @@
|
|
|
255
258
|
color: #182948;
|
|
256
259
|
font-size: 12px;
|
|
257
260
|
font-family: inherit;
|
|
258
|
-
line-height:
|
|
261
|
+
line-height: 18px;
|
|
259
262
|
list-style: none;
|
|
260
263
|
padding-left: 4px;
|
|
261
264
|
max-width: 100%;
|
|
@@ -413,7 +416,7 @@
|
|
|
413
416
|
color: #182948;
|
|
414
417
|
font-size: 12px;
|
|
415
418
|
font-family: inherit;
|
|
416
|
-
line-height:
|
|
419
|
+
line-height: 18px;
|
|
417
420
|
list-style: none;
|
|
418
421
|
display: inline-block;
|
|
419
422
|
cursor: pointer;
|
|
@@ -488,16 +491,18 @@
|
|
|
488
491
|
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
489
492
|
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
490
493
|
}
|
|
491
|
-
.aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell
|
|
494
|
+
.aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell,
|
|
495
|
+
.aplus-ap-grid .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
|
|
492
496
|
min-height: unset !important;
|
|
493
497
|
padding: 9px 12px;
|
|
494
498
|
font-size: 12px;
|
|
495
|
-
line-height:
|
|
499
|
+
line-height: 18px;
|
|
496
500
|
}
|
|
497
|
-
.aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell
|
|
501
|
+
.aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell,
|
|
502
|
+
.aplus-ap-grid .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
|
|
498
503
|
min-height: unset !important;
|
|
499
504
|
padding: 6px 9px;
|
|
500
|
-
line-height:
|
|
505
|
+
line-height: 18px;
|
|
501
506
|
}
|
|
502
507
|
.aplus-ap-grid-adaptive {
|
|
503
508
|
height: 100%;
|
|
@@ -575,7 +580,7 @@
|
|
|
575
580
|
.aplus-ap-grid-pagination .ant-pagination-total-text {
|
|
576
581
|
flex: 1;
|
|
577
582
|
height: unset;
|
|
578
|
-
line-height:
|
|
583
|
+
line-height: 18px;
|
|
579
584
|
display: flex;
|
|
580
585
|
align-items: center;
|
|
581
586
|
}
|
package/theme/ap-grid/index.less
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
|
|
12
12
|
.b(ap-grid, {
|
|
13
13
|
.reset-scrollbar();
|
|
14
|
-
.vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell {
|
|
14
|
+
.vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell, .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
|
|
15
15
|
min-height: unset !important;
|
|
16
16
|
padding: 9px 12px;
|
|
17
17
|
font-size: @font-size-base;
|
|
18
18
|
line-height: @line-height-base;
|
|
19
19
|
}
|
|
20
|
-
.vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell {
|
|
20
|
+
.vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell, .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
|
|
21
21
|
min-height: unset !important;
|
|
22
22
|
padding: 6px 9px;
|
|
23
23
|
line-height: @line-height-base;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
position: relative;
|
|
49
49
|
width: inherit;
|
|
50
50
|
font-size: 12px;
|
|
51
|
-
line-height:
|
|
51
|
+
line-height: 18px;
|
|
52
52
|
/** 自动溢出省略 */
|
|
53
53
|
/** Aplus端样式 */
|
|
54
54
|
/** Admin端样式 */
|
|
@@ -151,11 +151,11 @@
|
|
|
151
151
|
margin-left: 4px;
|
|
152
152
|
}
|
|
153
153
|
.aplus-ap-ladder__major {
|
|
154
|
-
line-height:
|
|
154
|
+
line-height: 18px;
|
|
155
155
|
color: #182948;
|
|
156
156
|
}
|
|
157
157
|
.aplus-ap-ladder__minor {
|
|
158
|
-
line-height:
|
|
158
|
+
line-height: 18px;
|
|
159
159
|
color: #8896B0;
|
|
160
160
|
}
|
|
161
161
|
.aplus-ap-ladder__label {
|
package/theme/ap-list/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
border-radius: 4px;
|
|
56
56
|
color: var(--ap-text-color-1);
|
|
57
57
|
transition: all 0.3s ease-in-out;
|
|
58
|
+
will-change: background-color;
|
|
58
59
|
}
|
|
59
60
|
.aplus-ap-radio-group__item:hover {
|
|
60
61
|
background-color: var(--ap-color-bg-2);
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
color: #333;
|
|
85
85
|
font-size: 14px;
|
|
86
86
|
font-weight: bold;
|
|
87
|
-
line-height:
|
|
87
|
+
line-height: 22;
|
|
88
88
|
}
|
|
89
89
|
.aplus-ap-select-layout-side__header--imgWrap {
|
|
90
90
|
border-radius: 2px;
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
margin: 0;
|
|
169
169
|
font-size: 14px;
|
|
170
170
|
font-weight: bold;
|
|
171
|
-
line-height:
|
|
171
|
+
line-height: 22;
|
|
172
172
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
color: #182948;
|
|
71
71
|
font-size: 12px;
|
|
72
72
|
font-family: inherit;
|
|
73
|
-
line-height:
|
|
73
|
+
line-height: 18px;
|
|
74
74
|
list-style: none;
|
|
75
75
|
display: inline-block;
|
|
76
76
|
-webkit-line-clamp: unset;
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
color: #182948;
|
|
202
202
|
font-size: 12px;
|
|
203
203
|
font-family: inherit;
|
|
204
|
-
line-height:
|
|
204
|
+
line-height: 18px;
|
|
205
205
|
list-style: none;
|
|
206
206
|
font-weight: bold;
|
|
207
207
|
color: var(--ap-text-color-2);
|
|
@@ -279,6 +279,9 @@
|
|
|
279
279
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
280
280
|
height: 30px !important;
|
|
281
281
|
}
|
|
282
|
+
.aplus-ap-form-item--bordered:has(.ant-input-number) {
|
|
283
|
+
padding-right: 0;
|
|
284
|
+
}
|
|
282
285
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
283
286
|
padding-right: 0px;
|
|
284
287
|
}
|
|
@@ -375,7 +378,7 @@
|
|
|
375
378
|
color: #182948;
|
|
376
379
|
font-size: 12px;
|
|
377
380
|
font-family: inherit;
|
|
378
|
-
line-height:
|
|
381
|
+
line-height: 18px;
|
|
379
382
|
list-style: none;
|
|
380
383
|
font-size: 14px;
|
|
381
384
|
font-weight: 700;
|
|
@@ -389,7 +392,7 @@
|
|
|
389
392
|
color: #182948;
|
|
390
393
|
font-size: 12px;
|
|
391
394
|
font-family: inherit;
|
|
392
|
-
line-height:
|
|
395
|
+
line-height: 18px;
|
|
393
396
|
list-style: none;
|
|
394
397
|
color: var(--ap-text-color-3);
|
|
395
398
|
}
|
|
@@ -405,7 +408,7 @@
|
|
|
405
408
|
color: #182948;
|
|
406
409
|
font-size: 12px;
|
|
407
410
|
font-family: inherit;
|
|
408
|
-
line-height:
|
|
411
|
+
line-height: 18px;
|
|
409
412
|
list-style: none;
|
|
410
413
|
color: var(--ap-color-link);
|
|
411
414
|
}
|
|
@@ -447,7 +450,7 @@
|
|
|
447
450
|
color: #182948;
|
|
448
451
|
font-size: 12px;
|
|
449
452
|
font-family: inherit;
|
|
450
|
-
line-height:
|
|
453
|
+
line-height: 18px;
|
|
451
454
|
list-style: none;
|
|
452
455
|
padding-left: 4px;
|
|
453
456
|
max-width: 100%;
|
|
@@ -605,7 +608,7 @@
|
|
|
605
608
|
color: #182948;
|
|
606
609
|
font-size: 12px;
|
|
607
610
|
font-family: inherit;
|
|
608
|
-
line-height:
|
|
611
|
+
line-height: 18px;
|
|
609
612
|
list-style: none;
|
|
610
613
|
display: inline-block;
|
|
611
614
|
cursor: pointer;
|
|
@@ -788,7 +791,7 @@
|
|
|
788
791
|
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination .ant-pagination-total-text {
|
|
789
792
|
flex: 1;
|
|
790
793
|
height: unset;
|
|
791
|
-
line-height:
|
|
794
|
+
line-height: 18px;
|
|
792
795
|
display: flex;
|
|
793
796
|
align-items: center;
|
|
794
797
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
color: #182948;
|
|
59
59
|
font-size: 12px;
|
|
60
60
|
font-family: inherit;
|
|
61
|
-
line-height:
|
|
61
|
+
line-height: 18px;
|
|
62
62
|
list-style: none;
|
|
63
63
|
display: inline-block;
|
|
64
64
|
-webkit-line-clamp: unset;
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
color: #182948;
|
|
190
190
|
font-size: 12px;
|
|
191
191
|
font-family: inherit;
|
|
192
|
-
line-height:
|
|
192
|
+
line-height: 18px;
|
|
193
193
|
list-style: none;
|
|
194
194
|
font-weight: bold;
|
|
195
195
|
color: var(--ap-text-color-2);
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
color: #182948;
|
|
59
59
|
font-size: 12px;
|
|
60
60
|
font-family: inherit;
|
|
61
|
-
line-height:
|
|
61
|
+
line-height: 18px;
|
|
62
62
|
list-style: none;
|
|
63
63
|
display: inline-block;
|
|
64
64
|
-webkit-line-clamp: unset;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
color: #182948;
|
|
67
67
|
font-size: 12px;
|
|
68
68
|
font-family: inherit;
|
|
69
|
-
line-height:
|
|
69
|
+
line-height: 18px;
|
|
70
70
|
list-style: none;
|
|
71
71
|
font-weight: bold;
|
|
72
72
|
color: var(--ap-text-color-2);
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
color: #182948;
|
|
71
71
|
font-size: 12px;
|
|
72
72
|
font-family: inherit;
|
|
73
|
-
line-height:
|
|
73
|
+
line-height: 18px;
|
|
74
74
|
list-style: none;
|
|
75
75
|
display: inline-block;
|
|
76
76
|
-webkit-line-clamp: unset;
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
color: #182948;
|
|
202
202
|
font-size: 12px;
|
|
203
203
|
font-family: inherit;
|
|
204
|
-
line-height:
|
|
204
|
+
line-height: 18px;
|
|
205
205
|
list-style: none;
|
|
206
206
|
font-weight: bold;
|
|
207
207
|
color: var(--ap-text-color-2);
|
|
@@ -279,6 +279,9 @@
|
|
|
279
279
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
280
280
|
height: 30px !important;
|
|
281
281
|
}
|
|
282
|
+
.aplus-ap-form-item--bordered:has(.ant-input-number) {
|
|
283
|
+
padding-right: 0;
|
|
284
|
+
}
|
|
282
285
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
283
286
|
padding-right: 0px;
|
|
284
287
|
}
|
|
@@ -375,7 +378,7 @@
|
|
|
375
378
|
color: #182948;
|
|
376
379
|
font-size: 12px;
|
|
377
380
|
font-family: inherit;
|
|
378
|
-
line-height:
|
|
381
|
+
line-height: 18px;
|
|
379
382
|
list-style: none;
|
|
380
383
|
font-size: 14px;
|
|
381
384
|
font-weight: 700;
|
|
@@ -389,7 +392,7 @@
|
|
|
389
392
|
color: #182948;
|
|
390
393
|
font-size: 12px;
|
|
391
394
|
font-family: inherit;
|
|
392
|
-
line-height:
|
|
395
|
+
line-height: 18px;
|
|
393
396
|
list-style: none;
|
|
394
397
|
color: var(--ap-text-color-3);
|
|
395
398
|
}
|
|
@@ -405,7 +408,7 @@
|
|
|
405
408
|
color: #182948;
|
|
406
409
|
font-size: 12px;
|
|
407
410
|
font-family: inherit;
|
|
408
|
-
line-height:
|
|
411
|
+
line-height: 18px;
|
|
409
412
|
list-style: none;
|
|
410
413
|
color: var(--ap-color-link);
|
|
411
414
|
}
|
|
@@ -447,7 +450,7 @@
|
|
|
447
450
|
color: #182948;
|
|
448
451
|
font-size: 12px;
|
|
449
452
|
font-family: inherit;
|
|
450
|
-
line-height:
|
|
453
|
+
line-height: 18px;
|
|
451
454
|
list-style: none;
|
|
452
455
|
padding-left: 4px;
|
|
453
456
|
max-width: 100%;
|
|
@@ -605,7 +608,7 @@
|
|
|
605
608
|
color: #182948;
|
|
606
609
|
font-size: 12px;
|
|
607
610
|
font-family: inherit;
|
|
608
|
-
line-height:
|
|
611
|
+
line-height: 18px;
|
|
609
612
|
list-style: none;
|
|
610
613
|
display: inline-block;
|
|
611
614
|
cursor: pointer;
|
|
@@ -788,7 +791,7 @@
|
|
|
788
791
|
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination .ant-pagination-total-text {
|
|
789
792
|
flex: 1;
|
|
790
793
|
height: unset;
|
|
791
|
-
line-height:
|
|
794
|
+
line-height: 18px;
|
|
792
795
|
display: flex;
|
|
793
796
|
align-items: center;
|
|
794
797
|
}
|
package/theme/ap-tag/ap-tag.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
}
|
|
58
58
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
|
|
59
59
|
padding: 6px;
|
|
60
|
-
line-height:
|
|
60
|
+
line-height: 22;
|
|
61
61
|
font-size: 14px;
|
|
62
62
|
}
|
|
63
63
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
64
|
-
line-height:
|
|
64
|
+
line-height: 18px;
|
|
65
65
|
padding: 3px 6px;
|
|
66
66
|
font-size: 12px;
|
|
67
67
|
}
|
|
68
68
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
69
69
|
padding: 0 4px;
|
|
70
|
-
line-height:
|
|
70
|
+
line-height: 18px;
|
|
71
71
|
font-size: 12px;
|
|
72
72
|
}
|
|
73
73
|
.aplus-tag-wrapper-purely > * {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 18px;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
11
|
.reset-scrollbar ::-webkit-scrollbar {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
margin-top: 10px;
|
|
250
250
|
color: #182948;
|
|
251
251
|
font-size: 14px;
|
|
252
|
-
line-height:
|
|
252
|
+
line-height: 22;
|
|
253
253
|
}
|
|
254
254
|
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
|
|
255
255
|
margin-top: 4px;
|