@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
|
@@ -3,20 +3,22 @@
|
|
|
3
3
|
|
|
4
4
|
.b(ap-radio-group,{
|
|
5
5
|
font-size: @font-size-base;
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
padding: @spacing @spacing 0;
|
|
7
|
+
background-color: @component-background;
|
|
8
|
+
|
|
8
9
|
|
|
9
10
|
&__item{
|
|
10
11
|
cursor: pointer;
|
|
11
12
|
padding-inline: @spacing-lg;
|
|
12
13
|
border-radius: 4px;
|
|
13
|
-
color: var(--ap-
|
|
14
|
+
color: var(--ap-text-color-1);
|
|
15
|
+
transition: all 0.3s ease-in-out;
|
|
14
16
|
&:hover{
|
|
15
|
-
background-color: var(--ap-
|
|
17
|
+
background-color: var(--ap-color-bg-2);
|
|
16
18
|
}
|
|
17
19
|
|
|
18
20
|
&--active{
|
|
19
|
-
color: var(--ap-
|
|
21
|
+
color: var(--ap-color-primary);
|
|
20
22
|
background-color: var(--ap-radio-group-item-active-bg-color) !important;
|
|
21
23
|
}
|
|
22
24
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
flex-shrink: 0;
|
|
68
68
|
margin-left: 8px;
|
|
69
69
|
cursor: pointer;
|
|
70
|
-
color: var(--ap-
|
|
70
|
+
color: var(--ap-color-link);
|
|
71
71
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
flex-direction: row;
|
|
62
62
|
flex-wrap: nowrap;
|
|
63
63
|
height: 100%;
|
|
64
|
+
padding-block-end: 12px;
|
|
64
65
|
}
|
|
65
66
|
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
66
67
|
box-sizing: border-box;
|
|
@@ -95,7 +96,10 @@
|
|
|
95
96
|
flex-wrap: nowrap;
|
|
96
97
|
justify-content: space-between;
|
|
97
98
|
align-items: center;
|
|
98
|
-
padding:
|
|
99
|
+
padding: 8px;
|
|
100
|
+
}
|
|
101
|
+
.aplus-ap-column-setting-left__header-tips {
|
|
102
|
+
color: var(--ap-text-color-3);
|
|
99
103
|
}
|
|
100
104
|
.aplus-ap-column-setting-left__content {
|
|
101
105
|
flex: 1;
|
|
@@ -140,7 +144,7 @@
|
|
|
140
144
|
display: block;
|
|
141
145
|
}
|
|
142
146
|
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
|
|
143
|
-
color: var(--
|
|
147
|
+
color: var(--ap-color-primary) !important;
|
|
144
148
|
}
|
|
145
149
|
.aplus-sortable-item-meta-left {
|
|
146
150
|
flex: 1;
|
|
@@ -170,7 +174,7 @@
|
|
|
170
174
|
margin-left: 16px;
|
|
171
175
|
}
|
|
172
176
|
.aplus-sortable-item-meta-action-icon:hover {
|
|
173
|
-
color: var(--
|
|
177
|
+
color: var(--ap-color-primary);
|
|
174
178
|
}
|
|
175
179
|
.aplus-sortable-item .is-hidden {
|
|
176
180
|
display: none;
|
|
@@ -183,28 +187,29 @@
|
|
|
183
187
|
.aplus-column-setting-sorter-section-title {
|
|
184
188
|
font-size: 12px;
|
|
185
189
|
line-height: 20px;
|
|
186
|
-
color:
|
|
190
|
+
color: var(--ap-text-color-3);
|
|
187
191
|
padding: 2px 8px;
|
|
188
192
|
margin: 4px;
|
|
189
193
|
}
|
|
190
194
|
.aplus-column-setting-sorter-header {
|
|
191
|
-
padding:
|
|
195
|
+
padding: 12px 20px;
|
|
192
196
|
}
|
|
193
197
|
.aplus-column-setting-sorter-header-title {
|
|
194
198
|
box-sizing: border-box;
|
|
195
199
|
margin: 0;
|
|
196
200
|
padding: 0;
|
|
201
|
+
color: #182948;
|
|
197
202
|
font-size: 12px;
|
|
198
203
|
font-family: inherit;
|
|
199
204
|
line-height: 1.5;
|
|
200
205
|
list-style: none;
|
|
201
206
|
font-weight: bold;
|
|
202
|
-
color:
|
|
207
|
+
color: var(--ap-text-color-2);
|
|
203
208
|
}
|
|
204
209
|
.aplus-column-setting-sorter-content {
|
|
205
210
|
flex: 1;
|
|
206
211
|
overflow-y: auto;
|
|
207
|
-
padding: 8px 12px
|
|
212
|
+
padding: 8px 12px 0px 8px;
|
|
208
213
|
}
|
|
209
214
|
.aplus-ap-table-paragraph-ellipsis {
|
|
210
215
|
display: flex;
|
|
@@ -229,7 +234,7 @@
|
|
|
229
234
|
flex-shrink: 0;
|
|
230
235
|
margin-left: 8px;
|
|
231
236
|
cursor: pointer;
|
|
232
|
-
color: var(--ap-
|
|
237
|
+
color: var(--ap-color-link);
|
|
233
238
|
}
|
|
234
239
|
.aplus-ap-form-item-group .ant-form-item-control .ant-picker {
|
|
235
240
|
display: flex;
|
|
@@ -242,7 +247,7 @@
|
|
|
242
247
|
}
|
|
243
248
|
.aplus-ap-form-item--bordered {
|
|
244
249
|
box-sizing: border-box;
|
|
245
|
-
border: 1px solid var(--ap-
|
|
250
|
+
border: 1px solid var(--ap-border-color-base);
|
|
246
251
|
border-radius: 4px;
|
|
247
252
|
padding-inline: 8px;
|
|
248
253
|
}
|
|
@@ -291,17 +296,17 @@
|
|
|
291
296
|
min-height: 30px;
|
|
292
297
|
}
|
|
293
298
|
.aplus-ap-form-item--bordered:hover {
|
|
294
|
-
border-color: var(--ap-
|
|
299
|
+
border-color: var(--ap-hover-color-base);
|
|
295
300
|
}
|
|
296
301
|
.aplus-ap-form-item--bordered:focus {
|
|
297
|
-
border-color: var(--ap-
|
|
302
|
+
border-color: var(--ap-active-color-base);
|
|
298
303
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
299
304
|
}
|
|
300
305
|
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
|
|
301
306
|
width: calc(100% + 12px);
|
|
302
307
|
}
|
|
303
308
|
.aplus-ap-form-item--focused {
|
|
304
|
-
border-color: var(--ap-
|
|
309
|
+
border-color: var(--ap-active-color-base);
|
|
305
310
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
306
311
|
}
|
|
307
312
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
@@ -386,7 +391,7 @@
|
|
|
386
391
|
font-family: inherit;
|
|
387
392
|
line-height: 1.5;
|
|
388
393
|
list-style: none;
|
|
389
|
-
color:
|
|
394
|
+
color: var(--ap-text-color-3);
|
|
390
395
|
}
|
|
391
396
|
.aplus-search-form-sorter-header-action-wrapper {
|
|
392
397
|
padding: 8px;
|
|
@@ -402,7 +407,7 @@
|
|
|
402
407
|
font-family: inherit;
|
|
403
408
|
line-height: 1.5;
|
|
404
409
|
list-style: none;
|
|
405
|
-
color:
|
|
410
|
+
color: var(--ap-color-link);
|
|
406
411
|
}
|
|
407
412
|
.aplus-search-form-sorter-sorter-wrapper {
|
|
408
413
|
display: flex;
|
|
@@ -426,11 +431,11 @@
|
|
|
426
431
|
background-color: #fff;
|
|
427
432
|
}
|
|
428
433
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
429
|
-
border-color: var(--
|
|
434
|
+
border-color: var(--ap-color-primary);
|
|
430
435
|
cursor: pointer;
|
|
431
436
|
}
|
|
432
437
|
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
|
|
433
|
-
color: var(--
|
|
438
|
+
color: var(--ap-color-primary) !important;
|
|
434
439
|
}
|
|
435
440
|
.aplus-search-form-sorter-sorter-item--hidden {
|
|
436
441
|
display: none;
|
|
@@ -487,8 +492,8 @@
|
|
|
487
492
|
font-size: 0px;
|
|
488
493
|
}
|
|
489
494
|
.aplus-ap-form-search-form-trigger-btn-active {
|
|
490
|
-
color: var(--ap-
|
|
491
|
-
border-color: var(--ap-
|
|
495
|
+
color: var(--ap-hover-color-base);
|
|
496
|
+
border-color: var(--ap-hover-color-base);
|
|
492
497
|
z-index: 1;
|
|
493
498
|
}
|
|
494
499
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
@@ -517,7 +522,7 @@
|
|
|
517
522
|
padding-inline: 12px;
|
|
518
523
|
}
|
|
519
524
|
.aplus-ap-form-search-form-action-btn-reset {
|
|
520
|
-
background-color: var(--
|
|
525
|
+
background-color: var(--ap-color-bg);
|
|
521
526
|
}
|
|
522
527
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
523
528
|
z-index: 1;
|
|
@@ -606,19 +611,19 @@
|
|
|
606
611
|
cursor: pointer;
|
|
607
612
|
}
|
|
608
613
|
.aplus-action-item--primary {
|
|
609
|
-
color: var(--ap-
|
|
614
|
+
color: var(--ap-color-link);
|
|
610
615
|
}
|
|
611
616
|
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
|
|
612
|
-
color: var(--ap-
|
|
617
|
+
color: var(--ap-color-link-hover);
|
|
613
618
|
}
|
|
614
619
|
.aplus-action-item--success {
|
|
615
|
-
color: var(--ap-
|
|
620
|
+
color: var(--ap-color-success);
|
|
616
621
|
}
|
|
617
622
|
.aplus-action-item--error {
|
|
618
|
-
color: var(--ap-
|
|
623
|
+
color: var(--ap-color-error);
|
|
619
624
|
}
|
|
620
625
|
.aplus-action-item--warn {
|
|
621
|
-
color: var(--ap-
|
|
626
|
+
color: var(--ap-color-warn);
|
|
622
627
|
}
|
|
623
628
|
.aplus-action-item--loading {
|
|
624
629
|
opacity: 0.35;
|
|
@@ -629,9 +634,20 @@
|
|
|
629
634
|
margin-right: 4px;
|
|
630
635
|
}
|
|
631
636
|
.aplus-action-item--disabled {
|
|
632
|
-
color: #CCE2FF;
|
|
633
637
|
cursor: not-allowed;
|
|
634
638
|
}
|
|
639
|
+
.aplus-action-item--primary.aplus-action-item--disabled {
|
|
640
|
+
color: var(--ap-color-primary-disabled);
|
|
641
|
+
}
|
|
642
|
+
.aplus-action-item--success.aplus-action-item--disabled {
|
|
643
|
+
color: var(--ap-color-success-disabled);
|
|
644
|
+
}
|
|
645
|
+
.aplus-action-item--error.aplus-action-item--disabled {
|
|
646
|
+
color: var(--ap-color-error-disabled);
|
|
647
|
+
}
|
|
648
|
+
.aplus-action-item--warn.aplus-action-item--disabled {
|
|
649
|
+
color: var(--ap-color-warn-disabled);
|
|
650
|
+
}
|
|
635
651
|
.aplus-action-item-dropdown__item .aplus-action-item {
|
|
636
652
|
width: 100%;
|
|
637
653
|
}
|
|
@@ -697,7 +713,7 @@
|
|
|
697
713
|
height: 10px;
|
|
698
714
|
}
|
|
699
715
|
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
700
|
-
background-color: var(--
|
|
716
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
701
717
|
background-clip: content-box;
|
|
702
718
|
border: 1px solid transparent;
|
|
703
719
|
border-radius: 4px;
|
|
@@ -708,12 +724,15 @@
|
|
|
708
724
|
}
|
|
709
725
|
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
710
726
|
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
711
|
-
background-color: var(--
|
|
727
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
712
728
|
}
|
|
713
729
|
.aplus-ap-table-wrapper {
|
|
714
|
-
padding: 8px
|
|
730
|
+
padding: 8px;
|
|
715
731
|
background-color: #fff;
|
|
716
732
|
}
|
|
733
|
+
.aplus-ap-table-wrapper:has(.ant-pagination) {
|
|
734
|
+
padding-bottom: 0;
|
|
735
|
+
}
|
|
717
736
|
.aplus-ap-table-adaptive {
|
|
718
737
|
height: 100%;
|
|
719
738
|
display: flex;
|
|
@@ -754,15 +773,18 @@
|
|
|
754
773
|
flex-direction: column;
|
|
755
774
|
}
|
|
756
775
|
.aplus-ap-table__table-wrapper-card {
|
|
757
|
-
padding: 8px
|
|
776
|
+
padding: 8px;
|
|
758
777
|
border-radius: 4px;
|
|
759
778
|
background-color: #fff;
|
|
760
779
|
overflow: hidden;
|
|
761
780
|
}
|
|
762
|
-
.aplus-ap-
|
|
763
|
-
|
|
781
|
+
.aplus-ap-table__table-wrapper-card:has(.ant-pagination) {
|
|
782
|
+
padding-bottom: 0;
|
|
783
|
+
}
|
|
784
|
+
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination {
|
|
785
|
+
margin-block: 8px;
|
|
764
786
|
}
|
|
765
|
-
.aplus-ap-table-table .ant-pagination .ant-pagination-total-text {
|
|
787
|
+
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination .ant-pagination-total-text {
|
|
766
788
|
flex: 1;
|
|
767
789
|
}
|
|
768
790
|
.aplus-ap-table-table tr > th.ant-table-cell {
|
|
@@ -808,13 +830,13 @@
|
|
|
808
830
|
margin-bottom: 0;
|
|
809
831
|
}
|
|
810
832
|
.aplus-ap-table-pagination-count-text {
|
|
811
|
-
color: var(--ap-
|
|
833
|
+
color: var(--ap-text-color-2);
|
|
812
834
|
}
|
|
813
835
|
.aplus-ap-table-pagination--total-right {
|
|
814
836
|
padding-left: 12px;
|
|
815
837
|
}
|
|
816
838
|
.aplus-ap-table-pagination-total-wrapper {
|
|
817
|
-
color: var(--ap-
|
|
839
|
+
color: var(--ap-text-color-1);
|
|
818
840
|
}
|
|
819
841
|
.aplus-ap-table-header {
|
|
820
842
|
padding-bottom: 8px;
|
|
@@ -841,7 +863,7 @@
|
|
|
841
863
|
flex: 1;
|
|
842
864
|
}
|
|
843
865
|
.aplus-ap-table-setting-trigger-button {
|
|
844
|
-
color: var(--ap-
|
|
866
|
+
color: var(--ap-text-color-3);
|
|
845
867
|
}
|
|
846
868
|
.aplus-ap-table-setting-trigger-button:hover {
|
|
847
869
|
color: unset;
|
|
@@ -15,8 +15,11 @@
|
|
|
15
15
|
.b(ap-table, {
|
|
16
16
|
.reset-scrollbar();
|
|
17
17
|
&-wrapper {
|
|
18
|
-
padding: @spacing
|
|
18
|
+
padding: @spacing;
|
|
19
19
|
background-color: #fff;
|
|
20
|
+
&:has(.ant-pagination) {
|
|
21
|
+
padding-bottom: 0;
|
|
22
|
+
}
|
|
20
23
|
}
|
|
21
24
|
&-adaptive {
|
|
22
25
|
height: 100%;
|
|
@@ -56,14 +59,18 @@
|
|
|
56
59
|
flex-direction: column;
|
|
57
60
|
}
|
|
58
61
|
&__table-wrapper-card {
|
|
59
|
-
padding: @spacing
|
|
62
|
+
padding: @spacing;
|
|
60
63
|
border-radius: @border-radius;
|
|
61
64
|
background-color: #fff;
|
|
62
65
|
overflow: hidden;
|
|
66
|
+
|
|
67
|
+
&:has(.ant-pagination) {
|
|
68
|
+
padding-bottom: 0;
|
|
69
|
+
}
|
|
63
70
|
}
|
|
64
71
|
&-table {
|
|
65
|
-
.ant-pagination {
|
|
66
|
-
margin-
|
|
72
|
+
ul.ant-table-pagination.ant-pagination {
|
|
73
|
+
margin-block: @spacing;
|
|
67
74
|
.ant-pagination-total-text {
|
|
68
75
|
flex: 1;
|
|
69
76
|
}
|
|
@@ -118,13 +125,13 @@
|
|
|
118
125
|
margin-bottom: 0;
|
|
119
126
|
}
|
|
120
127
|
&-pagination-count-text {
|
|
121
|
-
color: var(--ap-
|
|
128
|
+
color: var(--ap-text-color-2);
|
|
122
129
|
}
|
|
123
130
|
&-pagination--total-right {
|
|
124
131
|
padding-left: 12px;
|
|
125
132
|
}
|
|
126
133
|
&-pagination-total-wrapper {
|
|
127
|
-
color: var(--ap-
|
|
134
|
+
color: var(--ap-text-color-1);
|
|
128
135
|
}
|
|
129
136
|
&-header-wrapper {
|
|
130
137
|
}
|
|
@@ -157,7 +164,7 @@
|
|
|
157
164
|
}
|
|
158
165
|
}
|
|
159
166
|
&-setting-trigger-button {
|
|
160
|
-
color: var(--ap-
|
|
167
|
+
color: var(--ap-text-color-3);
|
|
161
168
|
&:hover {
|
|
162
169
|
color: unset;
|
|
163
170
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
flex-direction: row;
|
|
50
50
|
flex-wrap: nowrap;
|
|
51
51
|
height: 100%;
|
|
52
|
+
padding-block-end: 12px;
|
|
52
53
|
}
|
|
53
54
|
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
54
55
|
box-sizing: border-box;
|
|
@@ -83,7 +84,10 @@
|
|
|
83
84
|
flex-wrap: nowrap;
|
|
84
85
|
justify-content: space-between;
|
|
85
86
|
align-items: center;
|
|
86
|
-
padding:
|
|
87
|
+
padding: 8px;
|
|
88
|
+
}
|
|
89
|
+
.aplus-ap-column-setting-left__header-tips {
|
|
90
|
+
color: var(--ap-text-color-3);
|
|
87
91
|
}
|
|
88
92
|
.aplus-ap-column-setting-left__content {
|
|
89
93
|
flex: 1;
|
|
@@ -128,7 +132,7 @@
|
|
|
128
132
|
display: block;
|
|
129
133
|
}
|
|
130
134
|
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
|
|
131
|
-
color: var(--
|
|
135
|
+
color: var(--ap-color-primary) !important;
|
|
132
136
|
}
|
|
133
137
|
.aplus-sortable-item-meta-left {
|
|
134
138
|
flex: 1;
|
|
@@ -158,7 +162,7 @@
|
|
|
158
162
|
margin-left: 16px;
|
|
159
163
|
}
|
|
160
164
|
.aplus-sortable-item-meta-action-icon:hover {
|
|
161
|
-
color: var(--
|
|
165
|
+
color: var(--ap-color-primary);
|
|
162
166
|
}
|
|
163
167
|
.aplus-sortable-item .is-hidden {
|
|
164
168
|
display: none;
|
|
@@ -171,26 +175,27 @@
|
|
|
171
175
|
.aplus-column-setting-sorter-section-title {
|
|
172
176
|
font-size: 12px;
|
|
173
177
|
line-height: 20px;
|
|
174
|
-
color:
|
|
178
|
+
color: var(--ap-text-color-3);
|
|
175
179
|
padding: 2px 8px;
|
|
176
180
|
margin: 4px;
|
|
177
181
|
}
|
|
178
182
|
.aplus-column-setting-sorter-header {
|
|
179
|
-
padding:
|
|
183
|
+
padding: 12px 20px;
|
|
180
184
|
}
|
|
181
185
|
.aplus-column-setting-sorter-header-title {
|
|
182
186
|
box-sizing: border-box;
|
|
183
187
|
margin: 0;
|
|
184
188
|
padding: 0;
|
|
189
|
+
color: #182948;
|
|
185
190
|
font-size: 12px;
|
|
186
191
|
font-family: inherit;
|
|
187
192
|
line-height: 1.5;
|
|
188
193
|
list-style: none;
|
|
189
194
|
font-weight: bold;
|
|
190
|
-
color:
|
|
195
|
+
color: var(--ap-text-color-2);
|
|
191
196
|
}
|
|
192
197
|
.aplus-column-setting-sorter-content {
|
|
193
198
|
flex: 1;
|
|
194
199
|
overflow-y: auto;
|
|
195
|
-
padding: 8px 12px
|
|
200
|
+
padding: 8px 12px 0px 8px;
|
|
196
201
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
flex-direction: row;
|
|
50
50
|
flex-wrap: nowrap;
|
|
51
51
|
height: 100%;
|
|
52
|
+
padding-block-end: 12px;
|
|
52
53
|
}
|
|
53
54
|
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
54
55
|
box-sizing: border-box;
|
|
@@ -83,7 +84,10 @@
|
|
|
83
84
|
flex-wrap: nowrap;
|
|
84
85
|
justify-content: space-between;
|
|
85
86
|
align-items: center;
|
|
86
|
-
padding:
|
|
87
|
+
padding: 8px;
|
|
88
|
+
}
|
|
89
|
+
.aplus-ap-column-setting-left__header-tips {
|
|
90
|
+
color: var(--ap-text-color-3);
|
|
87
91
|
}
|
|
88
92
|
.aplus-ap-column-setting-left__content {
|
|
89
93
|
flex: 1;
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
flex-direction: row;
|
|
10
10
|
flex-wrap: nowrap;
|
|
11
11
|
height: 100%;
|
|
12
|
+
padding-block-end: 12px;
|
|
12
13
|
.@{tht} {
|
|
13
14
|
.reset-component();
|
|
14
15
|
// 重置默认两行ellipsis样式
|
|
@@ -37,7 +38,10 @@
|
|
|
37
38
|
flex-wrap: nowrap;
|
|
38
39
|
justify-content: space-between;
|
|
39
40
|
align-items: center;
|
|
40
|
-
padding:
|
|
41
|
+
padding: @spacing;
|
|
42
|
+
&-tips {
|
|
43
|
+
color: var(--ap-text-color-3);
|
|
44
|
+
}
|
|
41
45
|
}
|
|
42
46
|
&__content {
|
|
43
47
|
flex: 1;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|