@aplus-frontend/ui 0.6.0-beta.6 → 0.6.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +57 -51
- package/es/src/ap-grid/constants.d.ts +3 -3
- package/es/src/ap-grid/constants.mjs +9 -9
- package/es/src/ap-grid/index.vue.mjs +45 -47
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +17 -17
- package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
- package/es/src/business/ap-view/ap-view.vue2.mjs +135 -124
- package/es/src/business/ap-view/index.d.ts +3 -0
- package/es/src/business/ap-view/interface.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-grid/constants.d.ts +3 -3
- package/lib/src/ap-grid/constants.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/business/ap-view/ap-view.vue.d.ts +1 -0
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/index.d.ts +3 -0
- package/lib/src/business/ap-view/interface.d.ts +4 -0
- package/package.json +3 -3
- package/theme/ap-action/item-dropdown.css +3 -2
- package/theme/ap-action/item.css +3 -2
- package/theme/ap-appendix/ap-appendix.css +3 -2
- package/theme/ap-attachment/ap-attachment.css +3 -2
- package/theme/ap-batch-action/ap-batch-action.css +3 -2
- package/theme/ap-button/ap-button.css +3 -2
- package/theme/ap-card/ap-card.css +3 -2
- package/theme/ap-descriptions/ap-descriptions.css +3 -2
- package/theme/ap-download/ap-download.css +3 -2
- package/theme/ap-expand-alert/ap-expand-alert.css +3 -2
- package/theme/ap-field/checkbox.css +3 -2
- package/theme/ap-field/index.css +3 -2
- package/theme/ap-field/number.css +3 -2
- package/theme/ap-field/radio.css +3 -2
- package/theme/ap-field/text-area.css +3 -2
- package/theme/ap-form/ap-form-item-group.css +3 -2
- package/theme/ap-form/ap-form-item.css +3 -2
- package/theme/ap-form/drawer-form.css +3 -2
- package/theme/ap-form/index.css +3 -2
- package/theme/ap-form/item-text-group.css +3 -2
- package/theme/ap-form/item-text.css +3 -2
- package/theme/ap-form/modal-form.css +3 -2
- package/theme/ap-form/search-form-sorter.css +3 -2
- package/theme/ap-form/search-form.css +3 -2
- package/theme/ap-grid/editable.css +3 -2
- package/theme/ap-grid/index.css +17 -4
- package/theme/ap-grid/index.less +11 -0
- package/theme/ap-group-search/ap-extension-select.css +3 -2
- package/theme/ap-group-search/ap-group-search.css +3 -2
- package/theme/ap-group-search/ap-popover-select.css +3 -2
- package/theme/ap-image/ap-image.css +3 -2
- package/theme/ap-input-radio/ap-input-radio.css +3 -2
- package/theme/ap-label/ap-label.css +3 -2
- package/theme/ap-ladder/ap-ladder.css +3 -2
- package/theme/ap-layout/ap-info-layout.css +3 -2
- package/theme/ap-list/index.css +3 -2
- package/theme/ap-product-info/ap-product-info.css +3 -2
- package/theme/ap-select-layout/ap-select-layout.css +3 -2
- package/theme/ap-size-input/ap-size-input.css +3 -2
- package/theme/ap-status/ap-status.css +3 -2
- package/theme/ap-summary/index.css +3 -2
- package/theme/ap-table/ap-table-index.css +3 -2
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -2
- package/theme/ap-table/ap-table.css +10 -8
- package/theme/ap-table/ap-table.less +4 -4
- package/theme/ap-table/setting/index.css +3 -2
- package/theme/ap-table/setting/modal.css +3 -2
- package/theme/ap-table/setting/select-group.css +3 -2
- package/theme/ap-table/setting/sortable-item-meta.css +3 -2
- package/theme/ap-table/setting/sortable-item.css +3 -2
- package/theme/ap-table/setting/sorter.css +3 -2
- package/theme/ap-table-modal/index.css +10 -8
- package/theme/ap-tag/ap-tag-group.css +3 -2
- package/theme/ap-tag/ap-tag.css +3 -2
- package/theme/ap-title/ap-title.css +3 -2
- package/theme/ap-upload/index.css +3 -2
- package/theme/ap-upload/multiple-file.css +3 -2
- package/theme/ap-upload/picture.css +3 -2
- package/theme/ap-upload/single-file.css +3 -2
- package/theme/ap-upload/upload.css +3 -2
- package/theme/ap-upload-single/index.css +3 -2
- package/theme/ap-view/ap-view.css +3 -2
- package/theme/batch-input-group/index.css +3 -2
- package/theme/batch-input-group/popover-input.css +3 -2
- package/theme/check-card/index.css +3 -2
- package/theme/editable-table/index.css +3 -2
- package/theme/full-screen/index.css +3 -2
- package/theme/index.css +24 -10
- package/theme/mask/index.css +3 -2
- package/theme/mixins/mixins.css +3 -2
- package/theme/mixins/mixins.less +3 -6
- package/theme/scroll-bar/index.css +3 -2
- package/theme/scroll-view/index.css +3 -2
- package/theme/splitter/index.css +3 -2
- package/theme/text/group.css +3 -2
- package/theme/text/index.css +3 -2
- package/theme/work-order-modal/index.css +3 -2
package/theme/ap-list/index.css
CHANGED
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -689,12 +690,13 @@
|
|
|
689
690
|
}
|
|
690
691
|
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
691
692
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
693
|
+
background-clip: content-box;
|
|
694
|
+
border: 1px solid transparent;
|
|
692
695
|
border-radius: 4px;
|
|
693
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
694
696
|
}
|
|
695
697
|
.aplus-ap-table ::-webkit-scrollbar-track,
|
|
696
698
|
.aplus-ap-table ::-webkit-scrollbar-corner {
|
|
697
|
-
background-color: #
|
|
699
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
698
700
|
}
|
|
699
701
|
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
700
702
|
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
@@ -762,16 +764,16 @@
|
|
|
762
764
|
background-color: #D8DDE5 !important;
|
|
763
765
|
}
|
|
764
766
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
765
|
-
padding: 12px;
|
|
767
|
+
padding: 9px 12px;
|
|
766
768
|
}
|
|
767
769
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
768
|
-
padding: 12px;
|
|
770
|
+
padding: 9px 12px;
|
|
769
771
|
}
|
|
770
772
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
771
|
-
padding:
|
|
773
|
+
padding: 6px 9px;
|
|
772
774
|
}
|
|
773
775
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
774
|
-
padding:
|
|
776
|
+
padding: 6px 9px;
|
|
775
777
|
}
|
|
776
778
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
777
779
|
border-inline-end-width: 0px !important;
|
|
@@ -76,16 +76,16 @@
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
.ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
79
|
-
padding: 12px;
|
|
79
|
+
padding: 9px 12px;
|
|
80
80
|
}
|
|
81
81
|
.ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
82
|
-
padding: 12px;
|
|
82
|
+
padding: 9px 12px;
|
|
83
83
|
}
|
|
84
84
|
.ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
85
|
-
padding:
|
|
85
|
+
padding: 6px 9px;
|
|
86
86
|
}
|
|
87
87
|
.ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
88
|
-
padding:
|
|
88
|
+
padding: 6px 9px;
|
|
89
89
|
}
|
|
90
90
|
.ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
91
91
|
// 这里不需要滚动的时候显示单边框,因为默认情况下会显示双边框
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -689,12 +690,13 @@
|
|
|
689
690
|
}
|
|
690
691
|
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
691
692
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
693
|
+
background-clip: content-box;
|
|
694
|
+
border: 1px solid transparent;
|
|
692
695
|
border-radius: 4px;
|
|
693
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
694
696
|
}
|
|
695
697
|
.aplus-ap-table ::-webkit-scrollbar-track,
|
|
696
698
|
.aplus-ap-table ::-webkit-scrollbar-corner {
|
|
697
|
-
background-color: #
|
|
699
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
698
700
|
}
|
|
699
701
|
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
700
702
|
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
@@ -762,16 +764,16 @@
|
|
|
762
764
|
background-color: #D8DDE5 !important;
|
|
763
765
|
}
|
|
764
766
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
765
|
-
padding: 12px;
|
|
767
|
+
padding: 9px 12px;
|
|
766
768
|
}
|
|
767
769
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
768
|
-
padding: 12px;
|
|
770
|
+
padding: 9px 12px;
|
|
769
771
|
}
|
|
770
772
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
771
|
-
padding:
|
|
773
|
+
padding: 6px 9px;
|
|
772
774
|
}
|
|
773
775
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
774
|
-
padding:
|
|
776
|
+
padding: 6px 9px;
|
|
775
777
|
}
|
|
776
778
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
777
779
|
border-inline-end-width: 0px !important;
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
package/theme/ap-tag/ap-tag.css
CHANGED
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|