@aplus-frontend/ui 0.6.0-beta.11 → 0.6.0-beta.13
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 +79 -77
- package/es/src/ap-descriptions/help-message/index.vue2.mjs +1 -1
- package/es/src/ap-field/hooks/use-date-timezone.mjs +17 -8
- package/es/src/ap-form/dependency/index.vue.mjs +29 -24
- package/es/src/ap-form/interface.d.ts +3 -3
- package/es/src/ap-form/item/index.vue.mjs +39 -35
- package/es/src/ap-grid/hooks/use-render-columns.mjs +8 -8
- package/es/src/ap-grid/index.vue.mjs +2 -2
- package/es/src/ap-table/ap-table.vue2.mjs +17 -17
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +41 -44
- package/es/src/ap-table/constants.d.ts +18 -18
- package/es/src/ap-table/utils.d.ts +18 -18
- package/es/src/business/ap-copy/ApCopy.d.ts +52 -0
- package/es/src/business/ap-copy/ApCopy.mjs +79 -0
- package/es/src/business/ap-copy/constans.d.ts +24 -0
- package/es/src/business/ap-copy/constans.mjs +25 -0
- package/es/src/business/ap-copy/index.d.ts +102 -0
- package/es/src/business/ap-copy/index.mjs +7 -0
- package/es/src/business/ap-copy/interface.d.ts +8 -0
- package/es/src/business/ap-copy/interface.mjs +1 -0
- package/es/src/business/ap-copy/style/css.d.ts +0 -0
- package/es/src/business/ap-copy/style/css.js +1 -0
- package/es/src/business/ap-copy/style/index.d.ts +0 -0
- package/es/src/business/ap-copy/style/index.js +1 -0
- package/es/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
- package/es/src/business/ap-product-info/ApProductInfo.mjs +53 -53
- package/es/src/business/ap-product-info/constans.d.ts +4 -0
- package/es/src/business/ap-product-info/constans.mjs +4 -0
- package/es/src/business/ap-product-info/index.d.ts +15 -0
- package/es/src/business/ap-product-info/interface.d.ts +1 -0
- 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 +23 -23
- package/es/src/business/ap-radio-group/index.d.ts +5 -0
- package/es/src/business/hooks/usePageListApGrid.d.ts +0 -2
- package/es/src/business/hooks/usePageListApGrid.mjs +48 -65
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +20 -18
- package/es/src/components.d.ts +1 -0
- package/es/src/index.mjs +58 -56
- package/es/src/locale/lang/en.mjs +4 -0
- package/es/src/locale/lang/zh-cn.mjs +4 -0
- package/es/src/path-map.mjs +1 -0
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/es/test/setup.d.ts +5 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
- package/lib/src/ap-field/hooks/use-date-timezone.js +1 -1
- package/lib/src/ap-form/dependency/index.vue.js +1 -1
- package/lib/src/ap-form/interface.d.ts +3 -3
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-grid/hooks/use-render-columns.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +18 -18
- package/lib/src/ap-table/utils.d.ts +18 -18
- package/lib/src/business/ap-copy/ApCopy.d.ts +52 -0
- package/lib/src/business/ap-copy/ApCopy.js +1 -0
- package/lib/src/business/ap-copy/constans.d.ts +24 -0
- package/lib/src/business/ap-copy/constans.js +1 -0
- package/lib/src/business/ap-copy/index.d.ts +102 -0
- package/lib/src/business/ap-copy/index.js +1 -0
- package/lib/src/business/ap-copy/interface.d.ts +8 -0
- package/lib/src/business/ap-copy/interface.js +1 -0
- package/lib/src/business/ap-copy/style/css.cjs +1 -0
- package/lib/src/business/ap-copy/style/css.d.ts +0 -0
- package/lib/src/business/ap-copy/style/index.cjs +1 -0
- package/lib/src/business/ap-copy/style/index.d.ts +0 -0
- package/lib/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
- package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
- package/lib/src/business/ap-product-info/constans.d.ts +4 -0
- package/lib/src/business/ap-product-info/constans.js +1 -1
- package/lib/src/business/ap-product-info/index.d.ts +15 -0
- package/lib/src/business/ap-product-info/interface.d.ts +1 -0
- 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 +5 -0
- package/lib/src/business/hooks/usePageListApGrid.d.ts +0 -2
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/components.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/lib/test/setup.d.ts +5 -0
- package/package.json +5 -8
- package/theme/antd-global-overwrite/admin/index.css +11 -9
- package/theme/antd-global-overwrite/admin/modal.css +9 -6
- package/theme/antd-global-overwrite/admin/modal.less +8 -6
- package/theme/antd-global-overwrite/admin/table.css +2 -3
- package/theme/antd-global-overwrite/admin/table.less +2 -3
- package/theme/antd-global-overwrite/aplus/index.css +11 -8
- package/theme/antd-global-overwrite/aplus/modal.css +9 -6
- package/theme/antd-global-overwrite/aplus/modal.less +8 -6
- package/theme/antd-global-overwrite/aplus/table.css +2 -2
- package/theme/antd-global-overwrite/aplus/table.less +2 -2
- package/theme/ap-action/item-dropdown.css +2 -2
- package/theme/ap-action/item.css +19 -8
- package/theme/ap-action/item.less +18 -6
- package/theme/ap-appendix/ap-appendix.css +8 -8
- package/theme/ap-appendix/ap-appendix.less +6 -6
- package/theme/ap-attachment/ap-attachment.css +2 -2
- package/theme/ap-batch-action/ap-batch-action.css +5 -5
- package/theme/ap-batch-action/ap-batch-action.less +3 -3
- package/theme/ap-button/ap-button.css +2 -2
- package/theme/ap-card/ap-card.css +2 -2
- package/theme/ap-copy/ap-copy.css +94 -0
- package/theme/ap-copy/ap-copy.less +59 -0
- package/theme/ap-descriptions/ap-descriptions.css +6 -6
- package/theme/ap-descriptions/ap-descriptions.less +4 -4
- package/theme/ap-download/ap-download.css +2 -2
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
- package/theme/ap-field/checkbox.css +2 -2
- package/theme/ap-field/index.css +2 -2
- package/theme/ap-field/number.css +2 -2
- package/theme/ap-field/radio.css +2 -2
- package/theme/ap-field/text-area.css +2 -2
- package/theme/ap-form/ap-form-item-group.css +2 -2
- package/theme/ap-form/ap-form-item.css +6 -6
- package/theme/ap-form/ap-form-item.less +4 -4
- package/theme/ap-form/drawer-form.css +2 -2
- package/theme/ap-form/index.css +13 -13
- package/theme/ap-form/item-text-group.css +2 -2
- package/theme/ap-form/item-text.css +2 -2
- package/theme/ap-form/modal-form.css +2 -2
- package/theme/ap-form/search-form-sorter.css +6 -6
- package/theme/ap-form/search-form-sorter.less +4 -4
- package/theme/ap-form/search-form.css +13 -13
- package/theme/ap-form/search-form.less +3 -3
- package/theme/ap-grid/editable.css +2 -2
- package/theme/ap-grid/index.css +43 -24
- package/theme/ap-grid/index.less +14 -3
- package/theme/ap-group-search/ap-extension-select.css +2 -2
- package/theme/ap-group-search/ap-group-search.css +2 -2
- package/theme/ap-group-search/ap-popover-select.css +2 -2
- package/theme/ap-image/ap-image.css +2 -2
- package/theme/ap-input-radio/ap-input-radio.css +2 -2
- package/theme/ap-label/ap-label.css +2 -2
- package/theme/ap-ladder/ap-ladder.css +2 -2
- package/theme/ap-layout/ap-info-layout.css +2 -2
- package/theme/ap-list/index.css +2 -2
- package/theme/ap-product-info/ap-product-info.css +22 -32
- package/theme/ap-product-info/ap-product-info.less +28 -42
- package/theme/ap-radio-group/ap-radio-group.css +8 -7
- package/theme/ap-radio-group/ap-radio-group.less +7 -5
- package/theme/ap-select-layout/ap-select-layout.css +2 -2
- package/theme/ap-size-input/ap-size-input.css +2 -2
- package/theme/ap-status/ap-status.css +2 -2
- package/theme/ap-summary/index.css +2 -2
- package/theme/ap-table/ap-table-index.css +2 -2
- 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 +59 -37
- package/theme/ap-table/ap-table.less +14 -7
- package/theme/ap-table/setting/index.css +14 -9
- package/theme/ap-table/setting/modal.css +7 -3
- package/theme/ap-table/setting/modal.less +5 -1
- package/theme/ap-table/setting/select-group.css +2 -2
- package/theme/ap-table/setting/sortable-item-meta.css +4 -4
- package/theme/ap-table/setting/sortable-item-meta.less +2 -2
- package/theme/ap-table/setting/sortable-item.css +2 -2
- package/theme/ap-table/setting/sorter.css +7 -6
- package/theme/ap-table/setting/sorter.less +4 -4
- package/theme/ap-table-modal/index.css +59 -37
- package/theme/ap-tag/ap-tag-group.css +2 -2
- package/theme/ap-tag/ap-tag.css +3 -3
- package/theme/ap-tag/ap-tag.less +1 -1
- package/theme/ap-title/ap-title.css +2 -2
- package/theme/ap-upload/index.css +2 -2
- package/theme/ap-upload/multiple-file.css +2 -2
- package/theme/ap-upload/picture.css +2 -2
- package/theme/ap-upload/single-file.css +2 -2
- package/theme/ap-upload/upload.css +2 -2
- package/theme/ap-upload-single/index.css +6 -6
- package/theme/ap-upload-single/index.less +4 -4
- package/theme/ap-view/ap-view.css +9 -9
- package/theme/ap-view/ap-view.less +7 -7
- package/theme/batch-input-group/index.css +4 -4
- package/theme/batch-input-group/popover-input.css +4 -4
- package/theme/batch-input-group/popover-input.less +2 -2
- package/theme/check-card/index.css +7 -7
- package/theme/check-card/index.less +5 -5
- package/theme/editable-table/index.css +30 -19
- package/theme/full-screen/index.css +2 -2
- package/theme/index.css +229 -206
- package/theme/index.less +1 -0
- package/theme/mask/index.css +2 -2
- package/theme/mixins/mixins.css +2 -2
- package/theme/mixins/mixins.less +2 -2
- package/theme/scroll-bar/index.css +2 -2
- package/theme/scroll-view/index.css +2 -2
- package/theme/splitter/index.css +5 -5
- package/theme/splitter/index.less +1 -1
- package/theme/text/group.css +2 -2
- package/theme/text/index.css +6 -6
- package/theme/text/index.less +4 -4
- package/theme/ui-mode.css +44 -90
- package/theme/ui-mode.less +90 -90
- package/theme/work-order-modal/index.css +2 -2
package/theme/index.css
CHANGED
|
@@ -1,103 +1,57 @@
|
|
|
1
1
|
[data-aplus-ui-mode='aplus'] {
|
|
2
|
-
--ap-
|
|
3
|
-
--ap-
|
|
4
|
-
--ap-
|
|
2
|
+
--ap-border-color-base: #dee4ed;
|
|
3
|
+
--ap-hover-color-base: #66a9ff;
|
|
4
|
+
--ap-active-color-base: #66a9ff;
|
|
5
|
+
--ap-color-primary: #0070ff;
|
|
6
|
+
--ap-color-primary-disabled: #cce2ff;
|
|
7
|
+
--ap-color-link: #0070ff;
|
|
8
|
+
--ap-color-link-hover: #66a9ff;
|
|
5
9
|
--ap-form-bordered-shadow-color: rgba(5, 155, 255, 0.1);
|
|
6
|
-
--ap-
|
|
7
|
-
--ap-
|
|
8
|
-
--ap-
|
|
9
|
-
--ap-
|
|
10
|
-
--ap-
|
|
11
|
-
--
|
|
12
|
-
--check-card-hover-outline-color: #0070ff;
|
|
13
|
-
--check-card-checked-outline-color: #0070ff;
|
|
14
|
-
--check-card-checked-bg: #0070ff;
|
|
10
|
+
--ap-color-success: #2ed1a3;
|
|
11
|
+
--ap-color-success-disabled: #d5f6ed;
|
|
12
|
+
--ap-color-error: #ff4d4f;
|
|
13
|
+
--ap-color-error-disabled: #ffdbdc;
|
|
14
|
+
--ap-color-warn: #ffa940;
|
|
15
|
+
--ap-color-warn-disabled: #ffeed9;
|
|
15
16
|
--ap-table-header-bg: #f2f6f9;
|
|
16
|
-
--ap-
|
|
17
|
-
--ap-
|
|
18
|
-
--ap-
|
|
19
|
-
--ap-
|
|
20
|
-
--ap-
|
|
21
|
-
--ap-
|
|
22
|
-
--
|
|
23
|
-
--
|
|
24
|
-
--
|
|
25
|
-
--ap-descriptions-item-padding-bottom: 16px;
|
|
26
|
-
--ap-descriptions-item-label-width: auto;
|
|
27
|
-
--ap-descriptions-last-row-item-padding-bottom: 0px;
|
|
28
|
-
--ap-appendix-area-color-border: #dee4ed;
|
|
29
|
-
--ap-appendix-area-color-font: #182948;
|
|
30
|
-
--ap-appendix-area-color-font-hover: #0070ff;
|
|
31
|
-
--ap-appendix-area-color-font-disabled: #abb7cc;
|
|
32
|
-
--ap-appendix-area-color-icon: #abb7cc;
|
|
33
|
-
--ap-upload-single-color-main: #182948;
|
|
34
|
-
--ap-upload-single-color-sub: #abb7cc;
|
|
35
|
-
--ap-upload-single-color-border: #dee4ed;
|
|
36
|
-
--ap-upload-single-color-primary: #0070ff;
|
|
37
|
-
--batch-input-group-trigger-color: #526a90;
|
|
17
|
+
--ap-text-color-1: #526a90;
|
|
18
|
+
--ap-text-color-2: #182948;
|
|
19
|
+
--ap-text-color-3: #8896b0;
|
|
20
|
+
--ap-color-bg: #e9edf3;
|
|
21
|
+
--ap-color-bg-1: #f6f9fa;
|
|
22
|
+
--ap-color-bg-2: #f3f5f8;
|
|
23
|
+
--ap-scrollbar-thumb-color-base: #c8d1de;
|
|
24
|
+
--ap-scrollbar-thumb-color-hover: #959ca7;
|
|
25
|
+
--ap-text-color-4: #abb7cc;
|
|
38
26
|
--batch-input-group-trigger-color-disabled: rgba(24, 41, 72, 0.25);
|
|
39
|
-
--ap-text-label-color: #8896b0;
|
|
40
|
-
--ap-text-content-color-major: #182948;
|
|
41
|
-
--ap-text-content-color-minor: #8896b0;
|
|
42
|
-
--ap-view-icon-color: #8896b0;
|
|
43
|
-
--ap-view-bg-color: #f6f9fa;
|
|
44
|
-
--ap-view-message-color: #abb7cc;
|
|
45
|
-
--ap-view-border-color: #dee4ed;
|
|
46
|
-
--basic-bg-color: #e9edf3;
|
|
47
|
-
--ap-radio-group-item-font-color: #526a90;
|
|
48
|
-
--ap-radio-group-item-bg-color: #f3f5f8;
|
|
49
|
-
--ap-radio-group-item-active-font-color: #0070ff;
|
|
50
27
|
--ap-radio-group-item-active-bg-color: rgba(0, 112, 255, 0.12);
|
|
51
28
|
}
|
|
52
29
|
[data-aplus-ui-mode='admin'] {
|
|
53
|
-
--ap-
|
|
54
|
-
--ap-
|
|
55
|
-
--ap-
|
|
30
|
+
--ap-border-color-base: #d9d9d9;
|
|
31
|
+
--ap-hover-color-base: #85d4b0;
|
|
32
|
+
--ap-active-color-base: #85d4b0;
|
|
33
|
+
--ap-color-primary: #34b77c;
|
|
34
|
+
--ap-color-primary-disabled: #d6f1e5;
|
|
35
|
+
--ap-color-link: #1890ff;
|
|
36
|
+
--ap-color-link-hover: #5eb1ff;
|
|
56
37
|
--ap-form-bordered-shadow-color: rgba(11, 166, 66, 0.09);
|
|
57
|
-
--ap-
|
|
58
|
-
--ap-
|
|
59
|
-
--ap-
|
|
60
|
-
--ap-
|
|
61
|
-
--ap-
|
|
62
|
-
--
|
|
63
|
-
--check-card-hover-outline-color: #34b77c;
|
|
64
|
-
--check-card-checked-outline-color: #34b77c;
|
|
65
|
-
--check-card-checked-bg: #34b77c;
|
|
38
|
+
--ap-color-success: #34b77c;
|
|
39
|
+
--ap-color-success-disabled: #d6f1e5;
|
|
40
|
+
--ap-color-error: #ff4d4f;
|
|
41
|
+
--ap-color-error-disabled: #ffdbdc;
|
|
42
|
+
--ap-color-warn: #faad14;
|
|
43
|
+
--ap-color-warn-disabled: #ffeed9;
|
|
66
44
|
--ap-table-header-bg: #f7f7f7;
|
|
67
|
-
--ap-
|
|
68
|
-
--ap-
|
|
69
|
-
--ap-
|
|
70
|
-
--ap-
|
|
71
|
-
--ap-
|
|
72
|
-
--ap-
|
|
73
|
-
--
|
|
74
|
-
--
|
|
75
|
-
--
|
|
76
|
-
--ap-descriptions-item-padding-bottom: 16px;
|
|
77
|
-
--ap-descriptions-item-label-width: auto;
|
|
78
|
-
--ap-descriptions-last-row-item-padding-bottom: 0px;
|
|
79
|
-
--ap-appendix-area-color-border: #d9d9d9;
|
|
80
|
-
--ap-appendix-area-color-font: #333333;
|
|
81
|
-
--ap-appendix-area-color-font-hover: #1890ff;
|
|
82
|
-
--ap-appendix-area-color-font-disabled: #bfbfbf;
|
|
83
|
-
--ap-appendix-area-color-icon: #bfbfbf;
|
|
84
|
-
--ap-upload-single-color-main: #333333;
|
|
85
|
-
--ap-upload-single-color-sub: #bfbfbf;
|
|
86
|
-
--ap-upload-single-color-border: #d9d9d9;
|
|
87
|
-
--ap-upload-single-color-primary: #34b77c;
|
|
88
|
-
--batch-input-group-trigger-color: #999999;
|
|
45
|
+
--ap-text-color-1: #666666;
|
|
46
|
+
--ap-text-color-2: #333333;
|
|
47
|
+
--ap-text-color-3: #999999;
|
|
48
|
+
--ap-color-bg: #e9e9e9;
|
|
49
|
+
--ap-color-bg-1: #f6f9fa;
|
|
50
|
+
--ap-color-bg-2: #f5f5f5;
|
|
51
|
+
--ap-scrollbar-thumb-color-base: #bfbfbf;
|
|
52
|
+
--ap-scrollbar-thumb-color-hover: #787878;
|
|
53
|
+
--ap-text-color-4: #bfbfbf;
|
|
89
54
|
--batch-input-group-trigger-color-disabled: rgba(0, 0, 0, 0.25);
|
|
90
|
-
--ap-text-label-color: #999999;
|
|
91
|
-
--ap-text-content-color-major: #333333;
|
|
92
|
-
--ap-text-content-color-minor: #999999;
|
|
93
|
-
--ap-view-icon-color: #999999;
|
|
94
|
-
--ap-view-bg-color: #fafafa;
|
|
95
|
-
--ap-view-message-color: #bfbfbf;
|
|
96
|
-
--ap-view-border-color: #d9d9d9;
|
|
97
|
-
--basic-bg-color: #e9e9e9;
|
|
98
|
-
--ap-radio-group-item-font-color: #666666;
|
|
99
|
-
--ap-radio-group-item-bg-color: #f5f5f5;
|
|
100
|
-
--ap-radio-group-item-active-font-color: #34b77c;
|
|
101
55
|
--ap-radio-group-item-active-bg-color: rgba(52, 183, 124, 0.12);
|
|
102
56
|
}
|
|
103
57
|
.reset-component {
|
|
@@ -115,7 +69,7 @@
|
|
|
115
69
|
height: 10px;
|
|
116
70
|
}
|
|
117
71
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
118
|
-
background-color: var(--
|
|
72
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
119
73
|
background-clip: content-box;
|
|
120
74
|
border: 1px solid transparent;
|
|
121
75
|
border-radius: 4px;
|
|
@@ -126,7 +80,7 @@
|
|
|
126
80
|
}
|
|
127
81
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
128
82
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
129
|
-
background-color: var(--
|
|
83
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
130
84
|
}
|
|
131
85
|
.clear-fix::before {
|
|
132
86
|
display: table;
|
|
@@ -159,19 +113,19 @@
|
|
|
159
113
|
cursor: pointer;
|
|
160
114
|
}
|
|
161
115
|
.aplus-action-item--primary {
|
|
162
|
-
color: var(--ap-
|
|
116
|
+
color: var(--ap-color-link);
|
|
163
117
|
}
|
|
164
118
|
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
|
|
165
|
-
color: var(--ap-
|
|
119
|
+
color: var(--ap-color-link-hover);
|
|
166
120
|
}
|
|
167
121
|
.aplus-action-item--success {
|
|
168
|
-
color: var(--ap-
|
|
122
|
+
color: var(--ap-color-success);
|
|
169
123
|
}
|
|
170
124
|
.aplus-action-item--error {
|
|
171
|
-
color: var(--ap-
|
|
125
|
+
color: var(--ap-color-error);
|
|
172
126
|
}
|
|
173
127
|
.aplus-action-item--warn {
|
|
174
|
-
color: var(--ap-
|
|
128
|
+
color: var(--ap-color-warn);
|
|
175
129
|
}
|
|
176
130
|
.aplus-action-item--loading {
|
|
177
131
|
opacity: 0.35;
|
|
@@ -182,9 +136,20 @@
|
|
|
182
136
|
margin-right: 4px;
|
|
183
137
|
}
|
|
184
138
|
.aplus-action-item--disabled {
|
|
185
|
-
color: #CCE2FF;
|
|
186
139
|
cursor: not-allowed;
|
|
187
140
|
}
|
|
141
|
+
.aplus-action-item--primary.aplus-action-item--disabled {
|
|
142
|
+
color: var(--ap-color-primary-disabled);
|
|
143
|
+
}
|
|
144
|
+
.aplus-action-item--success.aplus-action-item--disabled {
|
|
145
|
+
color: var(--ap-color-success-disabled);
|
|
146
|
+
}
|
|
147
|
+
.aplus-action-item--error.aplus-action-item--disabled {
|
|
148
|
+
color: var(--ap-color-error-disabled);
|
|
149
|
+
}
|
|
150
|
+
.aplus-action-item--warn.aplus-action-item--disabled {
|
|
151
|
+
color: var(--ap-color-warn-disabled);
|
|
152
|
+
}
|
|
188
153
|
.aplus-action-item-dropdown__item .aplus-action-item {
|
|
189
154
|
width: 100%;
|
|
190
155
|
}
|
|
@@ -286,10 +251,10 @@
|
|
|
286
251
|
display: flex;
|
|
287
252
|
align-items: center;
|
|
288
253
|
font-size: 12px;
|
|
289
|
-
color: var(--ap-
|
|
254
|
+
color: var(--ap-text-color-3);
|
|
290
255
|
}
|
|
291
256
|
.aplus-ap-batch-action-body .selected-desc-conut span {
|
|
292
|
-
color: var(--ap-
|
|
257
|
+
color: var(--ap-color-primary);
|
|
293
258
|
font-weight: bold;
|
|
294
259
|
min-width: 10px;
|
|
295
260
|
text-align: center;
|
|
@@ -305,7 +270,7 @@
|
|
|
305
270
|
width: 100%;
|
|
306
271
|
padding-bottom: 8px;
|
|
307
272
|
margin-bottom: 8px;
|
|
308
|
-
border-bottom: 1px solid var(--ap-
|
|
273
|
+
border-bottom: 1px solid var(--ap-color-bg);
|
|
309
274
|
}
|
|
310
275
|
.aplus-ap-action-button-border-link:not(:disabled):hover,
|
|
311
276
|
.aplus-ap-action-button-border-link:not(:disabled):active,
|
|
@@ -331,13 +296,13 @@
|
|
|
331
296
|
table-layout: fixed;
|
|
332
297
|
}
|
|
333
298
|
.aplus-ap-descriptions .ant-descriptions td.ant-descriptions-item {
|
|
334
|
-
padding-bottom: var(--ap-descriptions-item-padding-bottom);
|
|
299
|
+
padding-bottom: var(--ap-descriptions-item-padding-bottom, 16px);
|
|
335
300
|
}
|
|
336
301
|
.aplus-ap-descriptions .ant-descriptions th.ant-descriptions-item {
|
|
337
302
|
padding-bottom: 8px;
|
|
338
303
|
}
|
|
339
304
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
|
|
340
|
-
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
|
|
305
|
+
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom, 0px);
|
|
341
306
|
}
|
|
342
307
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
343
308
|
margin-inline: 4px 12px;
|
|
@@ -363,7 +328,7 @@
|
|
|
363
328
|
}
|
|
364
329
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label {
|
|
365
330
|
justify-content: flex-end;
|
|
366
|
-
width: var(--ap-descriptions-item-label-width);
|
|
331
|
+
width: var(--ap-descriptions-item-label-width, auto);
|
|
367
332
|
color: #999999;
|
|
368
333
|
}
|
|
369
334
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
@@ -380,7 +345,7 @@
|
|
|
380
345
|
}
|
|
381
346
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label {
|
|
382
347
|
justify-content: flex-end;
|
|
383
|
-
width: var(--ap-descriptions-item-label-width);
|
|
348
|
+
width: var(--ap-descriptions-item-label-width, auto);
|
|
384
349
|
color: #8896B0;
|
|
385
350
|
}
|
|
386
351
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
@@ -530,7 +495,7 @@
|
|
|
530
495
|
}
|
|
531
496
|
.aplus-ap-form-item--bordered {
|
|
532
497
|
box-sizing: border-box;
|
|
533
|
-
border: 1px solid var(--ap-
|
|
498
|
+
border: 1px solid var(--ap-border-color-base);
|
|
534
499
|
border-radius: 4px;
|
|
535
500
|
padding-inline: 8px;
|
|
536
501
|
}
|
|
@@ -579,17 +544,17 @@
|
|
|
579
544
|
min-height: 30px;
|
|
580
545
|
}
|
|
581
546
|
.aplus-ap-form-item--bordered:hover {
|
|
582
|
-
border-color: var(--ap-
|
|
547
|
+
border-color: var(--ap-hover-color-base);
|
|
583
548
|
}
|
|
584
549
|
.aplus-ap-form-item--bordered:focus {
|
|
585
|
-
border-color: var(--ap-
|
|
550
|
+
border-color: var(--ap-active-color-base);
|
|
586
551
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
587
552
|
}
|
|
588
553
|
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
|
|
589
554
|
width: calc(100% + 12px);
|
|
590
555
|
}
|
|
591
556
|
.aplus-ap-form-item--focused {
|
|
592
|
-
border-color: var(--ap-
|
|
557
|
+
border-color: var(--ap-active-color-base);
|
|
593
558
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
594
559
|
}
|
|
595
560
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
@@ -674,7 +639,7 @@
|
|
|
674
639
|
font-family: inherit;
|
|
675
640
|
line-height: 1.5;
|
|
676
641
|
list-style: none;
|
|
677
|
-
color:
|
|
642
|
+
color: var(--ap-text-color-3);
|
|
678
643
|
}
|
|
679
644
|
.aplus-search-form-sorter-header-action-wrapper {
|
|
680
645
|
padding: 8px;
|
|
@@ -690,7 +655,7 @@
|
|
|
690
655
|
font-family: inherit;
|
|
691
656
|
line-height: 1.5;
|
|
692
657
|
list-style: none;
|
|
693
|
-
color:
|
|
658
|
+
color: var(--ap-color-link);
|
|
694
659
|
}
|
|
695
660
|
.aplus-search-form-sorter-sorter-wrapper {
|
|
696
661
|
display: flex;
|
|
@@ -714,11 +679,11 @@
|
|
|
714
679
|
background-color: #fff;
|
|
715
680
|
}
|
|
716
681
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
717
|
-
border-color: var(--
|
|
682
|
+
border-color: var(--ap-color-primary);
|
|
718
683
|
cursor: pointer;
|
|
719
684
|
}
|
|
720
685
|
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
|
|
721
|
-
color: var(--
|
|
686
|
+
color: var(--ap-color-primary) !important;
|
|
722
687
|
}
|
|
723
688
|
.aplus-search-form-sorter-sorter-item--hidden {
|
|
724
689
|
display: none;
|
|
@@ -775,8 +740,8 @@
|
|
|
775
740
|
font-size: 0px;
|
|
776
741
|
}
|
|
777
742
|
.aplus-ap-form-search-form-trigger-btn-active {
|
|
778
|
-
color: var(--ap-
|
|
779
|
-
border-color: var(--ap-
|
|
743
|
+
color: var(--ap-hover-color-base);
|
|
744
|
+
border-color: var(--ap-hover-color-base);
|
|
780
745
|
z-index: 1;
|
|
781
746
|
}
|
|
782
747
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
@@ -805,7 +770,7 @@
|
|
|
805
770
|
padding-inline: 12px;
|
|
806
771
|
}
|
|
807
772
|
.aplus-ap-form-search-form-action-btn-reset {
|
|
808
|
-
background-color: var(--
|
|
773
|
+
background-color: var(--ap-color-bg);
|
|
809
774
|
}
|
|
810
775
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
811
776
|
z-index: 1;
|
|
@@ -1061,7 +1026,7 @@
|
|
|
1061
1026
|
.aplus-ap-product-info__img {
|
|
1062
1027
|
width: 44px;
|
|
1063
1028
|
height: 44px;
|
|
1064
|
-
margin-right:
|
|
1029
|
+
margin-right: 8px;
|
|
1065
1030
|
flex-shrink: 0;
|
|
1066
1031
|
}
|
|
1067
1032
|
.aplus-ap-product-info__content {
|
|
@@ -1070,49 +1035,35 @@
|
|
|
1070
1035
|
flex-direction: column;
|
|
1071
1036
|
overflow: hidden;
|
|
1072
1037
|
}
|
|
1073
|
-
.aplus-ap-product-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
white-space: nowrap;
|
|
1077
|
-
height: 22px;
|
|
1078
|
-
line-height: 22px;
|
|
1079
|
-
}
|
|
1080
|
-
.aplus-ap-product-info__title-tip {
|
|
1081
|
-
color: #fff;
|
|
1082
|
-
}
|
|
1083
|
-
.aplus-ap-product-info__row {
|
|
1084
|
-
display: grid;
|
|
1085
|
-
grid-template-columns: 1fr 1fr;
|
|
1038
|
+
.aplus-ap-product-info__row-container {
|
|
1039
|
+
display: flex;
|
|
1040
|
+
flex-wrap: wrap;
|
|
1086
1041
|
}
|
|
1087
|
-
.aplus-ap-product-info__row-
|
|
1088
|
-
|
|
1089
|
-
|
|
1042
|
+
.aplus-ap-product-info__row-item {
|
|
1043
|
+
position: relative;
|
|
1044
|
+
display: flex;
|
|
1090
1045
|
}
|
|
1091
1046
|
.aplus-ap-product-info__divider {
|
|
1092
|
-
|
|
1047
|
+
width: 1px;
|
|
1093
1048
|
position: relative;
|
|
1049
|
+
height: 12px;
|
|
1094
1050
|
top: 50%;
|
|
1095
|
-
margin
|
|
1051
|
+
margin: -6px 16px 0px 0px;
|
|
1052
|
+
z-index: 1;
|
|
1096
1053
|
}
|
|
1097
1054
|
.aplus-ap-product-info__divider-vertical {
|
|
1098
1055
|
width: 1px;
|
|
1056
|
+
height: 100%;
|
|
1099
1057
|
background-color: #E9EDF3;
|
|
1100
|
-
height: 12px;
|
|
1101
1058
|
position: absolute;
|
|
1102
|
-
|
|
1103
|
-
}
|
|
1104
|
-
.aplus-ap-product-info--full-width {
|
|
1105
|
-
grid-column: 1 / -1;
|
|
1059
|
+
transform: translateX(-50%);
|
|
1106
1060
|
}
|
|
1107
1061
|
.aplus-ap-product-info__item {
|
|
1108
1062
|
display: flex;
|
|
1109
1063
|
align-items: baseline;
|
|
1110
1064
|
}
|
|
1111
|
-
.aplus-ap-product-info
|
|
1112
|
-
|
|
1113
|
-
}
|
|
1114
|
-
.aplus-ap-product-info--right {
|
|
1115
|
-
justify-self: end;
|
|
1065
|
+
.aplus-ap-product-info--full {
|
|
1066
|
+
width: 100%;
|
|
1116
1067
|
}
|
|
1117
1068
|
.aplus-ap-product-info__label {
|
|
1118
1069
|
color: #8896b0;
|
|
@@ -1123,7 +1074,8 @@
|
|
|
1123
1074
|
padding: 0 2px;
|
|
1124
1075
|
}
|
|
1125
1076
|
.aplus-ap-product-info__value {
|
|
1126
|
-
|
|
1077
|
+
max-width: 300px;
|
|
1078
|
+
color: var(--ap-text-color-3);
|
|
1127
1079
|
overflow: hidden;
|
|
1128
1080
|
text-overflow: ellipsis;
|
|
1129
1081
|
white-space: nowrap;
|
|
@@ -1132,6 +1084,9 @@
|
|
|
1132
1084
|
color: #0070ff;
|
|
1133
1085
|
cursor: pointer;
|
|
1134
1086
|
}
|
|
1087
|
+
.aplus-ap-product-info--admin .aplus-ap-product-info__title {
|
|
1088
|
+
color: #333333;
|
|
1089
|
+
}
|
|
1135
1090
|
.aplus-ap-product-info--admin .aplus-ap-product-info__label {
|
|
1136
1091
|
color: #999;
|
|
1137
1092
|
}
|
|
@@ -1141,6 +1096,54 @@
|
|
|
1141
1096
|
.aplus-ap-product-info--admin .aplus-ap-product-info--link {
|
|
1142
1097
|
color: #0070ff;
|
|
1143
1098
|
}
|
|
1099
|
+
.aplus-ap-copy {
|
|
1100
|
+
display: flex;
|
|
1101
|
+
align-items: center;
|
|
1102
|
+
width: 100%;
|
|
1103
|
+
}
|
|
1104
|
+
.aplus-ap-copy .copy-btn {
|
|
1105
|
+
opacity: 0;
|
|
1106
|
+
transition: opacity 0.2s ease;
|
|
1107
|
+
}
|
|
1108
|
+
.aplus-ap-copy:hover .copy-btn {
|
|
1109
|
+
opacity: 1;
|
|
1110
|
+
}
|
|
1111
|
+
.aplus-ap-copy__text {
|
|
1112
|
+
overflow: hidden;
|
|
1113
|
+
text-overflow: ellipsis;
|
|
1114
|
+
white-space: nowrap;
|
|
1115
|
+
height: 18px;
|
|
1116
|
+
line-height: 18px;
|
|
1117
|
+
}
|
|
1118
|
+
.aplus-ap-copy--text-major {
|
|
1119
|
+
color: var(--ap-text-color-2);
|
|
1120
|
+
}
|
|
1121
|
+
.aplus-ap-copy--text-minor {
|
|
1122
|
+
color: var(--ap-text-color-3);
|
|
1123
|
+
}
|
|
1124
|
+
.aplus-ap-copy--text-link {
|
|
1125
|
+
color: var(--ap-color-link);
|
|
1126
|
+
cursor: pointer;
|
|
1127
|
+
}
|
|
1128
|
+
.aplus-ap-copy--text-link:hover {
|
|
1129
|
+
color: var(--ap-color-link-hover);
|
|
1130
|
+
}
|
|
1131
|
+
.aplus-ap-copy__copy-btn {
|
|
1132
|
+
flex-shrink: 0;
|
|
1133
|
+
width: 16px;
|
|
1134
|
+
margin-left: 4px;
|
|
1135
|
+
}
|
|
1136
|
+
.aplus-ap-copy__copy-btn .aplus-frontend-icon {
|
|
1137
|
+
cursor: pointer;
|
|
1138
|
+
color: #ABB7CC;
|
|
1139
|
+
}
|
|
1140
|
+
.aplus-ap-copy__copy-btn:hover .aplus-frontend-icon {
|
|
1141
|
+
cursor: pointer;
|
|
1142
|
+
color: var(--ap-color-link);
|
|
1143
|
+
}
|
|
1144
|
+
.aplus-ap-copy--admin .aplus-ap-product-info__text {
|
|
1145
|
+
color: #333333;
|
|
1146
|
+
}
|
|
1144
1147
|
.aplus-info-layout-container {
|
|
1145
1148
|
height: 100%;
|
|
1146
1149
|
background-color: #fff;
|
|
@@ -1393,6 +1396,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1393
1396
|
flex-direction: row;
|
|
1394
1397
|
flex-wrap: nowrap;
|
|
1395
1398
|
height: 100%;
|
|
1399
|
+
padding-block-end: 12px;
|
|
1396
1400
|
}
|
|
1397
1401
|
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
1398
1402
|
box-sizing: border-box;
|
|
@@ -1427,7 +1431,10 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1427
1431
|
flex-wrap: nowrap;
|
|
1428
1432
|
justify-content: space-between;
|
|
1429
1433
|
align-items: center;
|
|
1430
|
-
padding:
|
|
1434
|
+
padding: 8px;
|
|
1435
|
+
}
|
|
1436
|
+
.aplus-ap-column-setting-left__header-tips {
|
|
1437
|
+
color: var(--ap-text-color-3);
|
|
1431
1438
|
}
|
|
1432
1439
|
.aplus-ap-column-setting-left__content {
|
|
1433
1440
|
flex: 1;
|
|
@@ -1472,7 +1479,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1472
1479
|
display: block;
|
|
1473
1480
|
}
|
|
1474
1481
|
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
|
|
1475
|
-
color: var(--
|
|
1482
|
+
color: var(--ap-color-primary) !important;
|
|
1476
1483
|
}
|
|
1477
1484
|
.aplus-sortable-item-meta-left {
|
|
1478
1485
|
flex: 1;
|
|
@@ -1502,7 +1509,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1502
1509
|
margin-left: 16px;
|
|
1503
1510
|
}
|
|
1504
1511
|
.aplus-sortable-item-meta-action-icon:hover {
|
|
1505
|
-
color: var(--
|
|
1512
|
+
color: var(--ap-color-primary);
|
|
1506
1513
|
}
|
|
1507
1514
|
.aplus-sortable-item .is-hidden {
|
|
1508
1515
|
display: none;
|
|
@@ -1515,28 +1522,29 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1515
1522
|
.aplus-column-setting-sorter-section-title {
|
|
1516
1523
|
font-size: 12px;
|
|
1517
1524
|
line-height: 20px;
|
|
1518
|
-
color:
|
|
1525
|
+
color: var(--ap-text-color-3);
|
|
1519
1526
|
padding: 2px 8px;
|
|
1520
1527
|
margin: 4px;
|
|
1521
1528
|
}
|
|
1522
1529
|
.aplus-column-setting-sorter-header {
|
|
1523
|
-
padding:
|
|
1530
|
+
padding: 12px 20px;
|
|
1524
1531
|
}
|
|
1525
1532
|
.aplus-column-setting-sorter-header-title {
|
|
1526
1533
|
box-sizing: border-box;
|
|
1527
1534
|
margin: 0;
|
|
1528
1535
|
padding: 0;
|
|
1536
|
+
color: #182948;
|
|
1529
1537
|
font-size: 12px;
|
|
1530
1538
|
font-family: inherit;
|
|
1531
1539
|
line-height: 1.5;
|
|
1532
1540
|
list-style: none;
|
|
1533
1541
|
font-weight: bold;
|
|
1534
|
-
color:
|
|
1542
|
+
color: var(--ap-text-color-2);
|
|
1535
1543
|
}
|
|
1536
1544
|
.aplus-column-setting-sorter-content {
|
|
1537
1545
|
flex: 1;
|
|
1538
1546
|
overflow-y: auto;
|
|
1539
|
-
padding: 8px 12px
|
|
1547
|
+
padding: 8px 12px 0px 8px;
|
|
1540
1548
|
}
|
|
1541
1549
|
.aplus-ap-table-paragraph-ellipsis {
|
|
1542
1550
|
display: flex;
|
|
@@ -1561,14 +1569,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1561
1569
|
flex-shrink: 0;
|
|
1562
1570
|
margin-left: 8px;
|
|
1563
1571
|
cursor: pointer;
|
|
1564
|
-
color: var(--ap-
|
|
1572
|
+
color: var(--ap-color-link);
|
|
1565
1573
|
}
|
|
1566
1574
|
.aplus-ap-table ::-webkit-scrollbar {
|
|
1567
1575
|
width: 10px;
|
|
1568
1576
|
height: 10px;
|
|
1569
1577
|
}
|
|
1570
1578
|
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
1571
|
-
background-color: var(--
|
|
1579
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
1572
1580
|
background-clip: content-box;
|
|
1573
1581
|
border: 1px solid transparent;
|
|
1574
1582
|
border-radius: 4px;
|
|
@@ -1579,12 +1587,15 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1579
1587
|
}
|
|
1580
1588
|
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
1581
1589
|
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
1582
|
-
background-color: var(--
|
|
1590
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
1583
1591
|
}
|
|
1584
1592
|
.aplus-ap-table-wrapper {
|
|
1585
|
-
padding: 8px
|
|
1593
|
+
padding: 8px;
|
|
1586
1594
|
background-color: #fff;
|
|
1587
1595
|
}
|
|
1596
|
+
.aplus-ap-table-wrapper:has(.ant-pagination) {
|
|
1597
|
+
padding-bottom: 0;
|
|
1598
|
+
}
|
|
1588
1599
|
.aplus-ap-table-adaptive {
|
|
1589
1600
|
height: 100%;
|
|
1590
1601
|
display: flex;
|
|
@@ -1625,15 +1636,18 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1625
1636
|
flex-direction: column;
|
|
1626
1637
|
}
|
|
1627
1638
|
.aplus-ap-table__table-wrapper-card {
|
|
1628
|
-
padding: 8px
|
|
1639
|
+
padding: 8px;
|
|
1629
1640
|
border-radius: 4px;
|
|
1630
1641
|
background-color: #fff;
|
|
1631
1642
|
overflow: hidden;
|
|
1632
1643
|
}
|
|
1633
|
-
.aplus-ap-
|
|
1634
|
-
|
|
1644
|
+
.aplus-ap-table__table-wrapper-card:has(.ant-pagination) {
|
|
1645
|
+
padding-bottom: 0;
|
|
1646
|
+
}
|
|
1647
|
+
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination {
|
|
1648
|
+
margin-block: 8px;
|
|
1635
1649
|
}
|
|
1636
|
-
.aplus-ap-table-table .ant-pagination .ant-pagination-total-text {
|
|
1650
|
+
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination .ant-pagination-total-text {
|
|
1637
1651
|
flex: 1;
|
|
1638
1652
|
}
|
|
1639
1653
|
.aplus-ap-table-table tr > th.ant-table-cell {
|
|
@@ -1679,13 +1693,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1679
1693
|
margin-bottom: 0;
|
|
1680
1694
|
}
|
|
1681
1695
|
.aplus-ap-table-pagination-count-text {
|
|
1682
|
-
color: var(--ap-
|
|
1696
|
+
color: var(--ap-text-color-2);
|
|
1683
1697
|
}
|
|
1684
1698
|
.aplus-ap-table-pagination--total-right {
|
|
1685
1699
|
padding-left: 12px;
|
|
1686
1700
|
}
|
|
1687
1701
|
.aplus-ap-table-pagination-total-wrapper {
|
|
1688
|
-
color: var(--ap-
|
|
1702
|
+
color: var(--ap-text-color-1);
|
|
1689
1703
|
}
|
|
1690
1704
|
.aplus-ap-table-header {
|
|
1691
1705
|
padding-bottom: 8px;
|
|
@@ -1712,7 +1726,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1712
1726
|
flex: 1;
|
|
1713
1727
|
}
|
|
1714
1728
|
.aplus-ap-table-setting-trigger-button {
|
|
1715
|
-
color: var(--ap-
|
|
1729
|
+
color: var(--ap-text-color-3);
|
|
1716
1730
|
}
|
|
1717
1731
|
.aplus-ap-table-setting-trigger-button:hover {
|
|
1718
1732
|
color: unset;
|
|
@@ -1754,7 +1768,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1754
1768
|
}
|
|
1755
1769
|
.aplus-tag-wrapper-purely > * {
|
|
1756
1770
|
background-color: var(--tag-main-color-background);
|
|
1757
|
-
color: var(--ap-
|
|
1771
|
+
color: var(--ap-text-color-2);
|
|
1758
1772
|
}
|
|
1759
1773
|
.aplus-tag-wrapper-border > * {
|
|
1760
1774
|
border: 1px solid var(--tag-main-color);
|
|
@@ -2148,11 +2162,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2148
2162
|
cursor: not-allowed !important;
|
|
2149
2163
|
}
|
|
2150
2164
|
.aplus-check-card--bordered {
|
|
2151
|
-
outline: 1px solid var(--
|
|
2165
|
+
outline: 1px solid var(--ap-border-color-base);
|
|
2152
2166
|
}
|
|
2153
2167
|
.aplus-check-card:hover:not(.aplus-check-card--disabled) {
|
|
2154
2168
|
cursor: pointer;
|
|
2155
|
-
outline: 1px solid var(--
|
|
2169
|
+
outline: 1px solid var(--ap-color-primary);
|
|
2156
2170
|
}
|
|
2157
2171
|
.aplus-check-card::after {
|
|
2158
2172
|
content: '';
|
|
@@ -2167,14 +2181,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2167
2181
|
border-radius: 4px;
|
|
2168
2182
|
}
|
|
2169
2183
|
.aplus-check-card--checked {
|
|
2170
|
-
outline: 2px solid var(--
|
|
2184
|
+
outline: 2px solid var(--ap-color-primary);
|
|
2171
2185
|
}
|
|
2172
2186
|
.aplus-check-card--checked:hover:not(.aplus-check-card--disabled) {
|
|
2173
|
-
outline: 2px solid var(--
|
|
2187
|
+
outline: 2px solid var(--ap-color-primary);
|
|
2174
2188
|
}
|
|
2175
2189
|
.aplus-check-card--checked::after {
|
|
2176
2190
|
opacity: 1;
|
|
2177
|
-
border: var(--check-card-indicator-size, 14px) solid var(--
|
|
2191
|
+
border: var(--check-card-indicator-size, 14px) solid var(--ap-color-primary);
|
|
2178
2192
|
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2179
2193
|
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2180
2194
|
inset-block-start: -2px;
|
|
@@ -2416,7 +2430,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2416
2430
|
margin-top: 12px;
|
|
2417
2431
|
}
|
|
2418
2432
|
.aplus-ap-appendix__file-area--border {
|
|
2419
|
-
border: 1px dashed var(--ap-
|
|
2433
|
+
border: 1px dashed var(--ap-border-color-base);
|
|
2420
2434
|
padding: 12px;
|
|
2421
2435
|
border-radius: 4px;
|
|
2422
2436
|
}
|
|
@@ -2444,7 +2458,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2444
2458
|
}
|
|
2445
2459
|
.aplus-ap-appendix__file-area-content-item-icon svg {
|
|
2446
2460
|
width: 16px;
|
|
2447
|
-
color: var(--ap-
|
|
2461
|
+
color: var(--ap-text-color-4);
|
|
2448
2462
|
}
|
|
2449
2463
|
.aplus-ap-appendix__file-area-content-item-file-name {
|
|
2450
2464
|
min-width: 0;
|
|
@@ -2457,20 +2471,20 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2457
2471
|
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
2458
2472
|
font-size: 12px;
|
|
2459
2473
|
line-height: 1.5;
|
|
2460
|
-
color: var(--ap-
|
|
2474
|
+
color: var(--ap-text-color-2);
|
|
2461
2475
|
transition: color 0.2s;
|
|
2462
2476
|
}
|
|
2463
2477
|
.aplus-ap-appendix__file-area-content-item-content:hover .ant-typography {
|
|
2464
|
-
color: var(--ap-
|
|
2478
|
+
color: var(--ap-color-link);
|
|
2465
2479
|
}
|
|
2466
2480
|
.aplus-ap-appendix__file-area-content-item--loading-content {
|
|
2467
2481
|
cursor: not-allowed;
|
|
2468
2482
|
}
|
|
2469
2483
|
.aplus-ap-appendix__file-area-content-item--loading .ant-typography {
|
|
2470
|
-
color: var(--ap-
|
|
2484
|
+
color: var(--ap-text-color-4);
|
|
2471
2485
|
}
|
|
2472
2486
|
.aplus-ap-appendix__file-area-content-item--loading-content:hover .ant-typography {
|
|
2473
|
-
color: var(--ap-
|
|
2487
|
+
color: var(--ap-text-color-4);
|
|
2474
2488
|
}
|
|
2475
2489
|
.aplus-ap-group-search__search > .ant-select-selector {
|
|
2476
2490
|
padding: 0px 10px 0 0 !important;
|
|
@@ -2583,7 +2597,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2583
2597
|
}
|
|
2584
2598
|
.aplus-ap-upload-single .ant-upload-drag {
|
|
2585
2599
|
background: #F2F6F9;
|
|
2586
|
-
border: 1px dashed var(--ap-
|
|
2600
|
+
border: 1px dashed var(--ap-border-color-base);
|
|
2587
2601
|
height: 200px;
|
|
2588
2602
|
}
|
|
2589
2603
|
.aplus-ap-upload-single .ant-upload-drag:not(.ant-upload-disabled):hover {
|
|
@@ -2644,7 +2658,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2644
2658
|
cursor: pointer;
|
|
2645
2659
|
}
|
|
2646
2660
|
.aplus-ap-upload-single__content-ing-name {
|
|
2647
|
-
--name-color: var(--ap-
|
|
2661
|
+
--name-color: var(--ap-text-color-2);
|
|
2648
2662
|
}
|
|
2649
2663
|
.aplus-ap-upload-single__content-ing-name .ant-progress-line {
|
|
2650
2664
|
margin-inline-end: 0;
|
|
@@ -2667,13 +2681,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2667
2681
|
}
|
|
2668
2682
|
.aplus-ap-upload-single__content-empty-title {
|
|
2669
2683
|
margin-top: 10px;
|
|
2670
|
-
color: var(--ap-
|
|
2684
|
+
color: var(--ap-text-color-2);
|
|
2671
2685
|
font-size: 16px;
|
|
2672
2686
|
line-height: 22px;
|
|
2673
2687
|
}
|
|
2674
2688
|
.aplus-ap-upload-single__content-empty-sub-title {
|
|
2675
2689
|
margin-top: 4px;
|
|
2676
|
-
color: var(--ap-
|
|
2690
|
+
color: var(--ap-text-color-4);
|
|
2677
2691
|
font-size: 12px;
|
|
2678
2692
|
line-height: 18px;
|
|
2679
2693
|
}
|
|
@@ -2691,11 +2705,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2691
2705
|
.aplus-batch-input-group-popover-input-trigger-icon {
|
|
2692
2706
|
cursor: pointer;
|
|
2693
2707
|
font-size: 16px;
|
|
2694
|
-
color: var(--
|
|
2708
|
+
color: var(--ap-text-color-1);
|
|
2695
2709
|
line-height: 0;
|
|
2696
2710
|
}
|
|
2697
2711
|
.aplus-batch-input-group-popover-input-trigger-icon:hover {
|
|
2698
|
-
color: var(--
|
|
2712
|
+
color: var(--ap-color-primary);
|
|
2699
2713
|
}
|
|
2700
2714
|
.aplus-batch-input-group-popover-input-trigger-icon--disabled {
|
|
2701
2715
|
cursor: not-allowed;
|
|
@@ -2757,7 +2771,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2757
2771
|
height: 10px;
|
|
2758
2772
|
}
|
|
2759
2773
|
.aplus-ap-grid ::-webkit-scrollbar-thumb {
|
|
2760
|
-
background-color: var(--
|
|
2774
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
2761
2775
|
background-clip: content-box;
|
|
2762
2776
|
border: 1px solid transparent;
|
|
2763
2777
|
border-radius: 4px;
|
|
@@ -2768,7 +2782,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2768
2782
|
}
|
|
2769
2783
|
.aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
|
|
2770
2784
|
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
2771
|
-
background-color: var(--
|
|
2785
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
2772
2786
|
}
|
|
2773
2787
|
.aplus-ap-grid .vxe-table .vxe-cell {
|
|
2774
2788
|
min-height: unset !important;
|
|
@@ -2791,7 +2805,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2791
2805
|
flex: 1;
|
|
2792
2806
|
}
|
|
2793
2807
|
.aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
|
|
2794
|
-
margin-block:
|
|
2808
|
+
margin-block: 8px;
|
|
2795
2809
|
}
|
|
2796
2810
|
.aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
|
|
2797
2811
|
background-color: #fff;
|
|
@@ -2857,13 +2871,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2857
2871
|
flex: 1;
|
|
2858
2872
|
}
|
|
2859
2873
|
.aplus-ap-grid-pagination-count-text {
|
|
2860
|
-
color: var(--ap-
|
|
2874
|
+
color: var(--ap-text-color-2);
|
|
2861
2875
|
}
|
|
2862
2876
|
.aplus-ap-grid-pagination--total-right {
|
|
2863
2877
|
padding-left: 12px;
|
|
2864
2878
|
}
|
|
2865
2879
|
.aplus-ap-grid-pagination-total-wrapper {
|
|
2866
|
-
color: var(--ap-
|
|
2880
|
+
color: var(--ap-text-color-1);
|
|
2867
2881
|
}
|
|
2868
2882
|
.aplus-ap-grid-table-header__title {
|
|
2869
2883
|
display: -webkit-inline-box;
|
|
@@ -2888,6 +2902,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2888
2902
|
flex-shrink: 1;
|
|
2889
2903
|
flex-grow: 0;
|
|
2890
2904
|
}
|
|
2905
|
+
.aplus-ap-grid .fixed-left--wrapper .vxe-table--header,
|
|
2906
|
+
.aplus-ap-grid .fixed-right--wrapper .vxe-table--header {
|
|
2907
|
+
height: 100%;
|
|
2908
|
+
}
|
|
2909
|
+
.aplus-ap-grid .fixed-left--wrapper .vxe-table--footer,
|
|
2910
|
+
.aplus-ap-grid .fixed-right--wrapper .vxe-table--footer {
|
|
2911
|
+
height: 100%;
|
|
2912
|
+
}
|
|
2891
2913
|
.aplus-editable-grid__header-cell--required {
|
|
2892
2914
|
color: #FF4D4F;
|
|
2893
2915
|
padding-right: 2px;
|
|
@@ -2929,7 +2951,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2929
2951
|
.aplus-ap-text__label {
|
|
2930
2952
|
display: inline-flex;
|
|
2931
2953
|
align-items: baseline;
|
|
2932
|
-
color: var(--ap-text-
|
|
2954
|
+
color: var(--ap-text-color-3);
|
|
2933
2955
|
}
|
|
2934
2956
|
.aplus-ap-text__label::after {
|
|
2935
2957
|
content: ':';
|
|
@@ -2953,13 +2975,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2953
2975
|
line-height: 1;
|
|
2954
2976
|
}
|
|
2955
2977
|
.aplus-ap-text span.ant-typography {
|
|
2956
|
-
color: var(--ap-text-
|
|
2978
|
+
color: var(--ap-text-color-2);
|
|
2957
2979
|
}
|
|
2958
2980
|
.aplus-ap-text span.ant-typography.ant-typography-secondary {
|
|
2959
|
-
color: var(--ap-text-
|
|
2981
|
+
color: var(--ap-text-color-3);
|
|
2960
2982
|
}
|
|
2961
2983
|
.aplus-ap-text a.ant-typography {
|
|
2962
|
-
color: var(--
|
|
2984
|
+
color: var(--ap-color-primary);
|
|
2963
2985
|
}
|
|
2964
2986
|
.aplus-ap-text-group:has(.ant-typography-ellipsis) {
|
|
2965
2987
|
max-width: 100%;
|
|
@@ -3039,7 +3061,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3039
3061
|
position: absolute;
|
|
3040
3062
|
z-index: 1;
|
|
3041
3063
|
display: none;
|
|
3042
|
-
background: var(--
|
|
3064
|
+
background: var(--ap-color-primary);
|
|
3043
3065
|
opacity: 0.2;
|
|
3044
3066
|
transition: none;
|
|
3045
3067
|
pointer-events: none;
|
|
@@ -3162,7 +3184,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3162
3184
|
position: absolute;
|
|
3163
3185
|
z-index: 1;
|
|
3164
3186
|
display: none;
|
|
3165
|
-
background: var(--
|
|
3187
|
+
background: var(--ap-color-primary);
|
|
3166
3188
|
opacity: 0.2;
|
|
3167
3189
|
transition: none;
|
|
3168
3190
|
pointer-events: none;
|
|
@@ -3210,7 +3232,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3210
3232
|
position: absolute;
|
|
3211
3233
|
z-index: 1;
|
|
3212
3234
|
display: none;
|
|
3213
|
-
background: var(--
|
|
3235
|
+
background: var(--ap-color-primary);
|
|
3214
3236
|
opacity: 0.2;
|
|
3215
3237
|
transition: none;
|
|
3216
3238
|
pointer-events: none;
|
|
@@ -3263,7 +3285,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3263
3285
|
padding: 0;
|
|
3264
3286
|
}
|
|
3265
3287
|
.aplus-ap-view > .ant-dropdown-trigger {
|
|
3266
|
-
color: var(--ap-
|
|
3288
|
+
color: var(--ap-text-color-3);
|
|
3267
3289
|
}
|
|
3268
3290
|
.aplus-ap-view-main-content {
|
|
3269
3291
|
padding: 4px 8px;
|
|
@@ -3272,11 +3294,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3272
3294
|
justify-content: center;
|
|
3273
3295
|
}
|
|
3274
3296
|
.aplus-ap-view-main-content-disabled {
|
|
3275
|
-
color: var(--ap-
|
|
3297
|
+
color: var(--ap-text-color-4);
|
|
3276
3298
|
cursor: not-allowed;
|
|
3277
3299
|
}
|
|
3278
3300
|
.ant-btn-default:has(.aplus-ap-view-main-content-disabled) {
|
|
3279
|
-
border-color: var(--ap-
|
|
3301
|
+
border-color: var(--ap-border-color-base) !important;
|
|
3280
3302
|
}
|
|
3281
3303
|
.aplus-ap-view-icon {
|
|
3282
3304
|
width: 100%;
|
|
@@ -3343,13 +3365,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3343
3365
|
font-size: 12px;
|
|
3344
3366
|
display: flex;
|
|
3345
3367
|
align-items: center;
|
|
3346
|
-
color: var(--
|
|
3368
|
+
color: var(--ap-color-primary);
|
|
3347
3369
|
}
|
|
3348
3370
|
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
3349
3371
|
cursor: pointer;
|
|
3350
3372
|
display: flex;
|
|
3351
3373
|
align-items: center;
|
|
3352
|
-
color: var(--ap-
|
|
3374
|
+
color: var(--ap-text-color-3);
|
|
3353
3375
|
}
|
|
3354
3376
|
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|
|
3355
3377
|
display: flex;
|
|
@@ -3362,7 +3384,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3362
3384
|
flex-shrink: 0;
|
|
3363
3385
|
}
|
|
3364
3386
|
.aplus-ap-view-menu-list-content:hover {
|
|
3365
|
-
background: var(--ap-
|
|
3387
|
+
background: var(--ap-color-bg-1);
|
|
3366
3388
|
}
|
|
3367
3389
|
.aplus-ap-view-menu-list-content:hover .menu-list-content-action {
|
|
3368
3390
|
display: block;
|
|
@@ -3373,7 +3395,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3373
3395
|
cursor: default;
|
|
3374
3396
|
}
|
|
3375
3397
|
.aplus-ap-view-menu-list-content-active .menu-list-content-name {
|
|
3376
|
-
color: var(--
|
|
3398
|
+
color: var(--ap-color-primary);
|
|
3377
3399
|
}
|
|
3378
3400
|
.aplus-ap-view-overlay .ant-dropdown-menu {
|
|
3379
3401
|
padding: 8px;
|
|
@@ -3386,19 +3408,20 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3386
3408
|
}
|
|
3387
3409
|
.aplus-ap-radio-group {
|
|
3388
3410
|
font-size: 12px;
|
|
3389
|
-
|
|
3390
|
-
|
|
3411
|
+
padding: 8px 8px 0;
|
|
3412
|
+
background-color: #fff;
|
|
3391
3413
|
}
|
|
3392
3414
|
.aplus-ap-radio-group__item {
|
|
3393
3415
|
cursor: pointer;
|
|
3394
3416
|
padding-inline: 12px;
|
|
3395
3417
|
border-radius: 4px;
|
|
3396
|
-
color: var(--ap-
|
|
3418
|
+
color: var(--ap-text-color-1);
|
|
3419
|
+
transition: all 0.3s ease-in-out;
|
|
3397
3420
|
}
|
|
3398
3421
|
.aplus-ap-radio-group__item:hover {
|
|
3399
|
-
background-color: var(--ap-
|
|
3422
|
+
background-color: var(--ap-color-bg-2);
|
|
3400
3423
|
}
|
|
3401
3424
|
.aplus-ap-radio-group__item--active {
|
|
3402
|
-
color: var(--ap-
|
|
3425
|
+
color: var(--ap-color-primary);
|
|
3403
3426
|
background-color: var(--ap-radio-group-item-active-bg-color) !important;
|
|
3404
3427
|
}
|