@aplus-frontend/ui 0.6.0-beta.4 → 0.6.0-beta.6
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-action/group/index.vue.d.ts +1 -1
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/es/src/ap-field/date/helper.mjs +12 -12
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/rate/index.vue.d.ts +1 -1
- package/es/src/ap-field/select/index.vue.d.ts +1 -1
- package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/es/src/ap-form/item/index.vue.d.ts +1 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/es/src/ap-form/render/item.vue.d.ts +1 -1
- package/es/src/ap-grid/index.vue.mjs +37 -35
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +20 -18
- package/es/src/ap-table/constants.d.ts +30 -30
- package/es/src/ap-table/utils.d.ts +14 -14
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +25 -25
- package/es/src/business/ap-expand-alert/index.d.ts +4 -4
- package/es/src/business/ap-label/ApLabel.d.ts +1 -1
- package/es/src/business/ap-label/index.d.ts +3 -3
- package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/es/src/business/ap-ladder/index.d.ts +3 -3
- package/es/src/business/ap-view/ap-view.vue2.mjs +60 -58
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +79 -73
- package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
- package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/check-card/group.vue.d.ts +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +0 -5
- package/es/src/config-provider/config-provider-props.mjs +0 -4
- package/es/src/config-provider/config-provider.d.ts +0 -138
- package/es/src/config-provider/config-provider.mjs +21 -26
- package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/es/src/config-provider/index.d.ts +0 -652
- package/lib/src/ap-action/group/index.vue.d.ts +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date/helper.js +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +1 -1
- package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/lib/src/ap-form/item/index.vue.d.ts +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/render/item.vue.d.ts +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +30 -30
- package/lib/src/ap-table/utils.d.ts +14 -14
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
- package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
- package/lib/src/business/ap-label/index.d.ts +3 -3
- package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +3 -3
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/check-card/group.vue.d.ts +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +0 -5
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +0 -138
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/lib/src/config-provider/index.d.ts +0 -652
- package/package.json +3 -3
- package/theme/antd-global-overwrite/admin/index.css +3 -0
- package/theme/antd-global-overwrite/admin/index.less +1 -0
- package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
- package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
- package/theme/antd-global-overwrite/aplus/index.css +3 -0
- package/theme/antd-global-overwrite/aplus/index.less +1 -0
- package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
- package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
- package/theme/ap-action/item-dropdown.css +17 -0
- package/theme/ap-action/item.css +17 -0
- package/theme/ap-appendix/ap-appendix.css +17 -0
- package/theme/ap-attachment/ap-attachment.css +17 -0
- package/theme/ap-batch-action/ap-batch-action.css +17 -0
- package/theme/ap-button/ap-button.css +17 -0
- package/theme/ap-card/ap-card.css +17 -0
- package/theme/ap-descriptions/ap-descriptions.css +17 -0
- package/theme/ap-download/ap-download.css +17 -0
- package/theme/ap-expand-alert/ap-expand-alert.css +17 -0
- package/theme/ap-field/checkbox.css +17 -0
- package/theme/ap-field/index.css +17 -0
- package/theme/ap-field/number.css +17 -0
- package/theme/ap-field/radio.css +17 -0
- package/theme/ap-field/text-area.css +17 -0
- package/theme/ap-form/ap-form-item-group.css +17 -0
- package/theme/ap-form/ap-form-item.css +22 -2
- package/theme/ap-form/ap-form-item.less +9 -3
- package/theme/ap-form/drawer-form.css +17 -0
- package/theme/ap-form/index.css +22 -2
- package/theme/ap-form/item-text-group.css +17 -0
- package/theme/ap-form/item-text.css +17 -0
- package/theme/ap-form/modal-form.css +17 -0
- package/theme/ap-form/search-form-sorter.css +17 -0
- package/theme/ap-form/search-form.css +22 -2
- package/theme/ap-grid/editable.css +17 -0
- package/theme/ap-grid/index.css +39 -2
- package/theme/ap-grid/index.less +1 -0
- package/theme/ap-group-search/ap-extension-select.css +17 -0
- package/theme/ap-group-search/ap-group-search.css +17 -0
- package/theme/ap-group-search/ap-popover-select.css +17 -0
- package/theme/ap-image/ap-image.css +17 -0
- package/theme/ap-input-radio/ap-input-radio.css +17 -0
- package/theme/ap-label/ap-label.css +17 -0
- package/theme/ap-ladder/ap-ladder.css +17 -0
- package/theme/ap-layout/ap-info-layout.css +17 -0
- package/theme/ap-list/index.css +17 -0
- package/theme/ap-product-info/ap-product-info.css +17 -0
- package/theme/ap-select-layout/ap-select-layout.css +17 -0
- package/theme/ap-size-input/ap-size-input.css +17 -0
- package/theme/ap-status/ap-status.css +17 -0
- package/theme/ap-summary/index.css +17 -0
- package/theme/ap-table/ap-table-index.css +17 -0
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +17 -0
- package/theme/ap-table/ap-table.css +39 -2
- package/theme/ap-table/ap-table.less +1 -0
- package/theme/ap-table/setting/index.css +17 -0
- package/theme/ap-table/setting/modal.css +17 -0
- package/theme/ap-table/setting/select-group.css +17 -0
- package/theme/ap-table/setting/sortable-item-meta.css +17 -0
- package/theme/ap-table/setting/sortable-item.css +17 -0
- package/theme/ap-table/setting/sorter.css +17 -0
- package/theme/ap-table-modal/index.css +39 -2
- package/theme/ap-tag/ap-tag-group.css +17 -0
- package/theme/ap-tag/ap-tag.css +17 -0
- package/theme/ap-title/ap-title.css +17 -0
- package/theme/ap-upload/index.css +17 -0
- package/theme/ap-upload/multiple-file.css +17 -0
- package/theme/ap-upload/picture.css +17 -0
- package/theme/ap-upload/single-file.css +17 -0
- package/theme/ap-upload/upload.css +17 -0
- package/theme/ap-upload-single/index.css +17 -0
- package/theme/ap-view/ap-view.css +17 -0
- package/theme/batch-input-group/index.css +17 -0
- package/theme/batch-input-group/popover-input.css +17 -0
- package/theme/check-card/index.css +17 -0
- package/theme/editable-table/index.css +22 -2
- package/theme/full-screen/index.css +17 -0
- package/theme/index.css +148 -2
- package/theme/index.less +1 -0
- package/theme/mask/index.css +17 -0
- package/theme/mixins/mixins.css +17 -0
- package/theme/mixins/mixins.less +28 -0
- package/theme/scroll-bar/index.css +17 -0
- package/theme/scroll-view/index.css +17 -0
- package/theme/splitter/index.css +17 -0
- package/theme/text/group.css +17 -0
- package/theme/text/index.css +17 -0
- package/theme/ui-mode.css +92 -0
- package/theme/ui-mode.less +93 -0
- package/theme/work-order-modal/index.css +17 -0
- package/es/src/config-provider/css-var.d.ts +0 -139
- package/es/src/config-provider/css-var.mjs +0 -278
- package/lib/src/config-provider/css-var.d.ts +0 -139
- package/lib/src/config-provider/css-var.js +0 -1
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -35,6 +52,9 @@
|
|
|
35
52
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
36
53
|
padding: 0;
|
|
37
54
|
}
|
|
55
|
+
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group) .ant-input-affix-wrapper {
|
|
56
|
+
padding-right: 8px;
|
|
57
|
+
}
|
|
38
58
|
.aplus-ap-form-item--bordered .ant-input {
|
|
39
59
|
padding: 0;
|
|
40
60
|
}
|
|
@@ -48,7 +68,7 @@
|
|
|
48
68
|
inset-inline-end: 0;
|
|
49
69
|
}
|
|
50
70
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
51
|
-
padding-left:
|
|
71
|
+
padding-left: 8px;
|
|
52
72
|
}
|
|
53
73
|
.aplus-ap-form-item--bordered .ant-select-selector {
|
|
54
74
|
border-width: 0 !important;
|
|
@@ -101,7 +121,7 @@
|
|
|
101
121
|
width: 100%;
|
|
102
122
|
}
|
|
103
123
|
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
|
|
104
|
-
padding-inline:
|
|
124
|
+
padding-inline: 8px;
|
|
105
125
|
flex: 1;
|
|
106
126
|
}
|
|
107
127
|
.aplus-search-form-sorter-content {
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
package/theme/ap-grid/index.css
CHANGED
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -44,6 +61,9 @@
|
|
|
44
61
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
45
62
|
padding: 0;
|
|
46
63
|
}
|
|
64
|
+
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group) .ant-input-affix-wrapper {
|
|
65
|
+
padding-right: 8px;
|
|
66
|
+
}
|
|
47
67
|
.aplus-ap-form-item--bordered .ant-input {
|
|
48
68
|
padding: 0;
|
|
49
69
|
}
|
|
@@ -57,7 +77,7 @@
|
|
|
57
77
|
inset-inline-end: 0;
|
|
58
78
|
}
|
|
59
79
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
60
|
-
padding-left:
|
|
80
|
+
padding-left: 8px;
|
|
61
81
|
}
|
|
62
82
|
.aplus-ap-form-item--bordered .ant-select-selector {
|
|
63
83
|
border-width: 0 !important;
|
|
@@ -110,7 +130,7 @@
|
|
|
110
130
|
width: 100%;
|
|
111
131
|
}
|
|
112
132
|
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
|
|
113
|
-
padding-inline:
|
|
133
|
+
padding-inline: 8px;
|
|
114
134
|
flex: 1;
|
|
115
135
|
}
|
|
116
136
|
.aplus-ap-form-drawer-form__resize-bar {
|
|
@@ -429,6 +449,23 @@
|
|
|
429
449
|
font-size: 12px;
|
|
430
450
|
display: inline-flex;
|
|
431
451
|
}
|
|
452
|
+
.aplus-ap-grid ::-webkit-scrollbar {
|
|
453
|
+
width: 10px;
|
|
454
|
+
height: 10px;
|
|
455
|
+
}
|
|
456
|
+
.aplus-ap-grid ::-webkit-scrollbar-thumb {
|
|
457
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
458
|
+
border-radius: 4px;
|
|
459
|
+
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;
|
|
460
|
+
}
|
|
461
|
+
.aplus-ap-grid ::-webkit-scrollbar-track,
|
|
462
|
+
.aplus-ap-grid ::-webkit-scrollbar-corner {
|
|
463
|
+
background-color: #ffffff;
|
|
464
|
+
}
|
|
465
|
+
.aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
|
|
466
|
+
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
467
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
468
|
+
}
|
|
432
469
|
.aplus-ap-grid-adaptive {
|
|
433
470
|
height: 100%;
|
|
434
471
|
display: flex;
|
package/theme/ap-grid/index.less
CHANGED
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
package/theme/ap-list/index.css
CHANGED
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -8,6 +8,23 @@
|
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
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
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
+
background-color: #ffffff;
|
|
23
|
+
}
|
|
24
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
26
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
27
|
+
}
|
|
11
28
|
.clear-fix::before {
|
|
12
29
|
display: table;
|
|
13
30
|
content: '';
|
|
@@ -232,6 +249,9 @@
|
|
|
232
249
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
233
250
|
padding: 0;
|
|
234
251
|
}
|
|
252
|
+
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group) .ant-input-affix-wrapper {
|
|
253
|
+
padding-right: 8px;
|
|
254
|
+
}
|
|
235
255
|
.aplus-ap-form-item--bordered .ant-input {
|
|
236
256
|
padding: 0;
|
|
237
257
|
}
|
|
@@ -245,7 +265,7 @@
|
|
|
245
265
|
inset-inline-end: 0;
|
|
246
266
|
}
|
|
247
267
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
248
|
-
padding-left:
|
|
268
|
+
padding-left: 8px;
|
|
249
269
|
}
|
|
250
270
|
.aplus-ap-form-item--bordered .ant-select-selector {
|
|
251
271
|
border-width: 0 !important;
|
|
@@ -298,7 +318,7 @@
|
|
|
298
318
|
width: 100%;
|
|
299
319
|
}
|
|
300
320
|
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
|
|
301
|
-
padding-inline:
|
|
321
|
+
padding-inline: 8px;
|
|
302
322
|
flex: 1;
|
|
303
323
|
}
|
|
304
324
|
.aplus-ap-form-drawer-form__resize-bar {
|
|
@@ -663,6 +683,23 @@
|
|
|
663
683
|
width: var(--aplus-scroll-bar-bar-width, 8px);
|
|
664
684
|
left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
665
685
|
}
|
|
686
|
+
.aplus-ap-table ::-webkit-scrollbar {
|
|
687
|
+
width: 10px;
|
|
688
|
+
height: 10px;
|
|
689
|
+
}
|
|
690
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
691
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
692
|
+
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
|
+
}
|
|
695
|
+
.aplus-ap-table ::-webkit-scrollbar-track,
|
|
696
|
+
.aplus-ap-table ::-webkit-scrollbar-corner {
|
|
697
|
+
background-color: #ffffff;
|
|
698
|
+
}
|
|
699
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
700
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
701
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
702
|
+
}
|
|
666
703
|
.aplus-ap-table-wrapper {
|
|
667
704
|
padding: 8px 8px 12px;
|
|
668
705
|
background-color: #fff;
|