@aplus-frontend/ui 0.6.0-beta.0 → 0.6.0-beta.2
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-button/ap-button.vue.mjs +1 -1
- 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 +36 -35
- 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 +149 -140
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +206 -199
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
- package/es/src/ap-tag/interface.d.ts +4 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -12
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +108 -99
- package/es/src/business/ap-export-group/index.d.ts +3 -0
- package/es/src/business/ap-export-group/interface.d.ts +7 -2
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue2.mjs +120 -114
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +63 -55
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +38 -38
- package/es/src/business/ap-view/interface.d.ts +4 -0
- package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
- package/es/src/check-card/index.vue2.mjs +1 -1
- package/es/src/config-provider/css-var.mjs +2 -2
- 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/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- 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/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +4 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +3 -0
- package/lib/src/business/ap-export-group/interface.d.ts +7 -2
- package/lib/src/business/ap-table-modal/modal-title.vue2.js +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/ap-view/interface.d.ts +4 -0
- package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/config-provider/css-var.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/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +5 -8
- package/theme/antd-global-overwrite/admin/modal.css +2 -5
- package/theme/antd-global-overwrite/admin/modal.less +3 -3
- package/theme/antd-global-overwrite/admin/table.css +3 -3
- package/theme/antd-global-overwrite/admin/table.less +3 -3
- package/theme/antd-global-overwrite/aplus/index.css +5 -8
- package/theme/antd-global-overwrite/aplus/modal.css +2 -5
- package/theme/antd-global-overwrite/aplus/modal.less +3 -3
- package/theme/antd-global-overwrite/aplus/table.css +3 -3
- package/theme/antd-global-overwrite/aplus/table.less +3 -3
- 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 +7 -5
- package/theme/ap-appendix/ap-appendix.less +4 -2
- package/theme/ap-attachment/ap-attachment.css +7 -7
- package/theme/ap-attachment/ap-attachment.less +4 -4
- package/theme/ap-batch-action/ap-batch-action.css +9 -6
- package/theme/ap-batch-action/ap-batch-action.less +6 -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 +6 -8
- package/theme/ap-descriptions/ap-descriptions.less +3 -5
- package/theme/ap-download/ap-download.css +10 -13
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +4 -4
- package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
- 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 +3 -2
- package/theme/ap-grid/index.css +43 -32
- package/theme/ap-grid/index.less +20 -9
- 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 +6 -6
- package/theme/ap-ladder/ap-ladder.less +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 +11 -11
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-size-input/ap-size-input.css +3 -3
- package/theme/ap-status/ap-status.css +5 -6
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +6 -6
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +8 -8
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +46 -42
- package/theme/ap-table/ap-table.less +10 -9
- 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 +46 -42
- package/theme/ap-tag/ap-tag-group.css +3 -3
- package/theme/ap-tag/ap-tag-group.less +2 -2
- package/theme/ap-tag/ap-tag.css +27 -18
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +5 -5
- package/theme/ap-title/ap-title.less +2 -2
- package/theme/ap-upload/index.css +6 -6
- package/theme/ap-upload/multiple-file.css +4 -4
- package/theme/ap-upload/multiple-file.less +1 -1
- package/theme/ap-upload/picture.css +5 -5
- package/theme/ap-upload/picture.less +2 -2
- 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 +7 -3
- package/theme/ap-view/ap-view.less +4 -0
- 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 +174 -147
- 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,
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
margin: 0;
|
|
47
47
|
padding: 0;
|
|
48
48
|
color: rgba(0 0 0 / 85%);
|
|
49
|
-
font-size:
|
|
49
|
+
font-size: 12px;
|
|
50
50
|
font-family: inherit;
|
|
51
|
-
line-height:
|
|
51
|
+
line-height: 1.5;
|
|
52
52
|
list-style: none;
|
|
53
53
|
font-weight: bold;
|
|
54
54
|
color: #182948;
|
|
@@ -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,
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
display: inline-flex;
|
|
31
31
|
justify-content: center;
|
|
32
32
|
align-items: center;
|
|
33
|
-
width:
|
|
34
|
-
height:
|
|
33
|
+
width: 14px;
|
|
34
|
+
height: 14px;
|
|
35
35
|
color: #fff;
|
|
36
|
-
font-size:
|
|
37
|
-
line-height:
|
|
38
|
-
border-radius:
|
|
36
|
+
font-size: 10px;
|
|
37
|
+
line-height: 10px;
|
|
38
|
+
border-radius: 7px;
|
|
39
39
|
background-color: #979797;
|
|
40
40
|
}
|
|
41
41
|
.aplus-ap-column-setting-wrapper {
|
|
@@ -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 8px 12px;
|
|
663
665
|
background-color: #fff;
|
|
664
666
|
}
|
|
665
667
|
.aplus-ap-table-adaptive {
|
|
@@ -689,10 +691,11 @@
|
|
|
689
691
|
height: 100%;
|
|
690
692
|
}
|
|
691
693
|
.aplus-ap-table__search-wrapper {
|
|
692
|
-
padding:
|
|
694
|
+
padding: 8px;
|
|
693
695
|
padding-bottom: 0;
|
|
694
696
|
background-color: #fff;
|
|
695
697
|
margin-bottom: 10px;
|
|
698
|
+
border-radius: 4px;
|
|
696
699
|
}
|
|
697
700
|
.aplus-ap-table__table-wrapper {
|
|
698
701
|
flex: 1;
|
|
@@ -701,7 +704,8 @@
|
|
|
701
704
|
flex-direction: column;
|
|
702
705
|
}
|
|
703
706
|
.aplus-ap-table__table-wrapper-card {
|
|
704
|
-
padding:
|
|
707
|
+
padding: 8px 8px 12px;
|
|
708
|
+
border-radius: 4px;
|
|
705
709
|
background-color: #fff;
|
|
706
710
|
overflow: hidden;
|
|
707
711
|
}
|
|
@@ -718,16 +722,16 @@
|
|
|
718
722
|
background-color: #D8DDE5 !important;
|
|
719
723
|
}
|
|
720
724
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
721
|
-
padding: 12px
|
|
725
|
+
padding: 12px;
|
|
722
726
|
}
|
|
723
727
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
724
|
-
padding: 12px
|
|
728
|
+
padding: 12px;
|
|
725
729
|
}
|
|
726
730
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
727
|
-
padding:
|
|
731
|
+
padding: 8px;
|
|
728
732
|
}
|
|
729
733
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
730
|
-
padding:
|
|
734
|
+
padding: 8px;
|
|
731
735
|
}
|
|
732
736
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
733
737
|
border-inline-end-width: 0px !important;
|
|
@@ -763,7 +767,7 @@
|
|
|
763
767
|
color: var(--ap-table-pagination-total-color, #526A90);
|
|
764
768
|
}
|
|
765
769
|
.aplus-ap-table-header {
|
|
766
|
-
padding-bottom:
|
|
770
|
+
padding-bottom: 8px;
|
|
767
771
|
display: flex;
|
|
768
772
|
justify-content: space-between;
|
|
769
773
|
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,
|
|
@@ -35,35 +35,44 @@
|
|
|
35
35
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper {
|
|
36
36
|
display: inline-block;
|
|
37
37
|
border-radius: 4px;
|
|
38
|
-
border: 1px solid var(--tag-main-color);
|
|
39
|
-
background-color: var(--tag-main-color-opacity);
|
|
40
38
|
box-sizing: border-box;
|
|
41
|
-
color: var(--tag-main-color);
|
|
42
39
|
}
|
|
43
40
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
|
|
44
|
-
padding:
|
|
45
|
-
line-height:
|
|
46
|
-
height: 28px;
|
|
41
|
+
padding: 6px;
|
|
42
|
+
line-height: 1.1 0.57142857;
|
|
47
43
|
font-size: 14px;
|
|
48
44
|
}
|
|
49
45
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
50
|
-
line-height:
|
|
51
|
-
padding:
|
|
52
|
-
height: 24px;
|
|
46
|
+
line-height: 1.5;
|
|
47
|
+
padding: 4px;
|
|
53
48
|
font-size: 12px;
|
|
54
49
|
}
|
|
55
50
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
56
|
-
padding: 0
|
|
57
|
-
line-height:
|
|
58
|
-
|
|
59
|
-
|
|
51
|
+
padding: 0 4px;
|
|
52
|
+
line-height: 1.6;
|
|
53
|
+
font-size: 10px;
|
|
54
|
+
}
|
|
55
|
+
.aplus-tag-wrapper-purely > * {
|
|
56
|
+
background-color: var(--tag-main-color-background);
|
|
57
|
+
color: var(--ap-upload-single-color-main, #182948);
|
|
58
|
+
}
|
|
59
|
+
.aplus-tag-wrapper-border > * {
|
|
60
|
+
border: 1px solid var(--tag-main-color);
|
|
61
|
+
background-color: var(--tag-main-color-opacity);
|
|
62
|
+
color: var(--tag-main-color);
|
|
63
|
+
}
|
|
64
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
|
|
65
|
+
background-color: rgba(136, 150, 176, 0.15);
|
|
66
|
+
}
|
|
67
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
|
|
68
|
+
background-color: rgba(51, 51, 51, 0.15);
|
|
60
69
|
}
|
|
61
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled {
|
|
70
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
|
|
62
71
|
border: 1px solid #DEE4ED;
|
|
63
72
|
background-color: #526a900f;
|
|
64
73
|
color: #8896b0;
|
|
65
74
|
}
|
|
66
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
|
|
75
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
|
|
67
76
|
border: 1px solid #d9d9d9;
|
|
68
77
|
background-color: #9999990f;
|
|
69
78
|
color: #999;
|
package/theme/ap-tag/ap-tag.less
CHANGED
|
@@ -7,41 +7,54 @@
|
|
|
7
7
|
display: inline-block;
|
|
8
8
|
max-width: 100%;
|
|
9
9
|
}
|
|
10
|
-
|
|
11
10
|
&-wrapper &-inner-wrapper {
|
|
12
11
|
display: inline-block;
|
|
13
12
|
border-radius: 4px;
|
|
14
|
-
border: 1px solid var(--tag-main-color);
|
|
15
|
-
background-color: var(--tag-main-color-opacity);
|
|
16
13
|
box-sizing: border-box;
|
|
17
|
-
|
|
14
|
+
|
|
18
15
|
&--large {
|
|
19
|
-
padding:
|
|
20
|
-
line-height:
|
|
21
|
-
|
|
22
|
-
font-size: 14px;
|
|
16
|
+
padding: 6px;
|
|
17
|
+
line-height: @line-height-lg;
|
|
18
|
+
font-size: @font-size-lg;
|
|
23
19
|
}
|
|
24
20
|
&--middle {
|
|
25
|
-
line-height:
|
|
26
|
-
padding:
|
|
27
|
-
|
|
28
|
-
font-size: 12px;
|
|
21
|
+
line-height: @line-height-base;
|
|
22
|
+
padding: 4px;
|
|
23
|
+
font-size: @font-size-base;
|
|
29
24
|
}
|
|
30
25
|
&--small {
|
|
31
|
-
padding: 0
|
|
32
|
-
line-height:
|
|
33
|
-
|
|
34
|
-
font-size: 12px;
|
|
26
|
+
padding: 0 4px;
|
|
27
|
+
line-height: @line-height-small;
|
|
28
|
+
font-size: @font-size-small;
|
|
35
29
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
color:
|
|
30
|
+
}
|
|
31
|
+
&-wrapper-purely {
|
|
32
|
+
& > * {
|
|
33
|
+
background-color: var(--tag-main-color-background);
|
|
34
|
+
color: var(--ap-upload-single-color-main,#182948);
|
|
40
35
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
36
|
+
}
|
|
37
|
+
&-wrapper-border {
|
|
38
|
+
& > * {
|
|
39
|
+
border: 1px solid var(--tag-main-color);
|
|
40
|
+
background-color: var(--tag-main-color-opacity);
|
|
41
|
+
color: var(--tag-main-color);
|
|
45
42
|
}
|
|
46
43
|
}
|
|
44
|
+
&-wrapper-purely &-inner-wrapper--disabled {
|
|
45
|
+
background-color: rgba(#8896b0,0.15);
|
|
46
|
+
}
|
|
47
|
+
&-wrapper-purely &-inner-wrapper--disabled-admin {
|
|
48
|
+
background-color: rgba(#333,0.15);
|
|
49
|
+
}
|
|
50
|
+
&-wrapper-border &-inner-wrapper--disabled {
|
|
51
|
+
border: 1px solid #DEE4ED;
|
|
52
|
+
background-color: #526a900f;
|
|
53
|
+
color: #8896b0;
|
|
54
|
+
}
|
|
55
|
+
&-wrapper-border &-inner-wrapper--disabled-admin {
|
|
56
|
+
border: 1px solid #d9d9d9;
|
|
57
|
+
background-color: #9999990f;
|
|
58
|
+
color: #999;
|
|
59
|
+
}
|
|
47
60
|
});
|
|
@@ -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,
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
display: flex;
|
|
33
33
|
align-items: center;
|
|
34
34
|
justify-content: space-between;
|
|
35
|
-
padding-left:
|
|
36
|
-
font-size:
|
|
35
|
+
padding-left: 10px;
|
|
36
|
+
font-size: 12px;
|
|
37
37
|
}
|
|
38
38
|
.aplus-ap-title::before {
|
|
39
39
|
position: absolute;
|
|
@@ -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,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
.aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
|
|
47
47
|
padding-left: 16px;
|
|
48
48
|
color: #8896b0;
|
|
49
|
-
font-size:
|
|
49
|
+
font-size: 12px;
|
|
50
50
|
}
|
|
51
51
|
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
|
|
52
52
|
background: #f5f9fa;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
border-radius: 2px;
|
|
154
154
|
background: rgba(0, 0, 0, 0.5);
|
|
155
155
|
color: #fff;
|
|
156
|
-
font-size:
|
|
156
|
+
font-size: 12px;
|
|
157
157
|
}
|
|
158
158
|
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
|
|
159
159
|
display: flex;
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
.aplus-ap-upload-picture .picture-title {
|
|
185
185
|
margin-top: 8px;
|
|
186
186
|
color: #8896b0;
|
|
187
|
-
font-size:
|
|
187
|
+
font-size: 12px;
|
|
188
188
|
}
|
|
189
189
|
.aplus-ap-upload-picture-admin .picture-context .picture-upload {
|
|
190
190
|
border: 1px dashed #d9d9d9;
|
|
@@ -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,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
.aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
|
|
47
47
|
padding-left: 16px;
|
|
48
48
|
color: #8896b0;
|
|
49
|
-
font-size:
|
|
49
|
+
font-size: 12px;
|
|
50
50
|
}
|
|
51
51
|
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
|
|
52
52
|
background: #f5f9fa;
|
|
@@ -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,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
border-radius: 2px;
|
|
92
92
|
background: rgba(0, 0, 0, 0.5);
|
|
93
93
|
color: #fff;
|
|
94
|
-
font-size:
|
|
94
|
+
font-size: 12px;
|
|
95
95
|
}
|
|
96
96
|
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
|
|
97
97
|
display: flex;
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
.aplus-ap-upload-picture .picture-title {
|
|
123
123
|
margin-top: 8px;
|
|
124
124
|
color: #8896b0;
|
|
125
|
-
font-size:
|
|
125
|
+
font-size: 12px;
|
|
126
126
|
}
|
|
127
127
|
.aplus-ap-upload-picture-admin .picture-context .picture-upload {
|
|
128
128
|
border: 1px dashed #d9d9d9;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
border-radius: 2px;
|
|
69
69
|
background: rgb(0 0 0 / 50%);
|
|
70
70
|
color: #fff;
|
|
71
|
-
font-size:
|
|
71
|
+
font-size: @font-size-base;
|
|
72
72
|
|
|
73
73
|
.picture-item-close {
|
|
74
74
|
display: flex;
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
.picture-title {
|
|
106
106
|
margin-top: 8px;
|
|
107
107
|
color: #8896b0;
|
|
108
|
-
font-size:
|
|
108
|
+
font-size: 12px;
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
|
|
@@ -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,
|