@aplus-frontend/ui 0.6.0-beta.5 → 0.6.0-beta.7

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.
Files changed (90) hide show
  1. package/es/src/ap-field/date/helper.mjs +12 -12
  2. package/es/src/ap-grid/index.vue.mjs +1 -1
  3. package/es/src/ap-table/ap-table.vue2.mjs +17 -17
  4. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  5. package/es/src/business/ap-view/ap-view.vue2.mjs +98 -90
  6. package/es/src/business/ap-view/index.d.ts +3 -0
  7. package/es/src/business/ap-view/interface.d.ts +4 -0
  8. package/lib/src/ap-field/date/helper.js +1 -1
  9. package/lib/src/ap-grid/index.vue.js +1 -1
  10. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  11. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  12. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  13. package/lib/src/business/ap-view/index.d.ts +3 -0
  14. package/lib/src/business/ap-view/interface.d.ts +4 -0
  15. package/package.json +1 -1
  16. package/theme/ap-action/item-dropdown.css +3 -2
  17. package/theme/ap-action/item.css +3 -2
  18. package/theme/ap-appendix/ap-appendix.css +3 -2
  19. package/theme/ap-attachment/ap-attachment.css +3 -2
  20. package/theme/ap-batch-action/ap-batch-action.css +3 -2
  21. package/theme/ap-button/ap-button.css +3 -2
  22. package/theme/ap-card/ap-card.css +3 -2
  23. package/theme/ap-descriptions/ap-descriptions.css +3 -2
  24. package/theme/ap-download/ap-download.css +3 -2
  25. package/theme/ap-expand-alert/ap-expand-alert.css +3 -2
  26. package/theme/ap-field/checkbox.css +3 -2
  27. package/theme/ap-field/index.css +3 -2
  28. package/theme/ap-field/number.css +3 -2
  29. package/theme/ap-field/radio.css +3 -2
  30. package/theme/ap-field/text-area.css +3 -2
  31. package/theme/ap-form/ap-form-item-group.css +3 -2
  32. package/theme/ap-form/ap-form-item.css +3 -2
  33. package/theme/ap-form/drawer-form.css +3 -2
  34. package/theme/ap-form/index.css +3 -2
  35. package/theme/ap-form/item-text-group.css +3 -2
  36. package/theme/ap-form/item-text.css +3 -2
  37. package/theme/ap-form/modal-form.css +3 -2
  38. package/theme/ap-form/search-form-sorter.css +3 -2
  39. package/theme/ap-form/search-form.css +3 -2
  40. package/theme/ap-grid/editable.css +3 -2
  41. package/theme/ap-grid/index.css +6 -4
  42. package/theme/ap-group-search/ap-extension-select.css +3 -2
  43. package/theme/ap-group-search/ap-group-search.css +3 -2
  44. package/theme/ap-group-search/ap-popover-select.css +3 -2
  45. package/theme/ap-image/ap-image.css +3 -2
  46. package/theme/ap-input-radio/ap-input-radio.css +3 -2
  47. package/theme/ap-label/ap-label.css +3 -2
  48. package/theme/ap-ladder/ap-ladder.css +3 -2
  49. package/theme/ap-layout/ap-info-layout.css +3 -2
  50. package/theme/ap-list/index.css +3 -2
  51. package/theme/ap-product-info/ap-product-info.css +3 -2
  52. package/theme/ap-select-layout/ap-select-layout.css +3 -2
  53. package/theme/ap-size-input/ap-size-input.css +3 -2
  54. package/theme/ap-status/ap-status.css +3 -2
  55. package/theme/ap-summary/index.css +3 -2
  56. package/theme/ap-table/ap-table-index.css +3 -2
  57. package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -2
  58. package/theme/ap-table/ap-table.css +6 -4
  59. package/theme/ap-table/setting/index.css +3 -2
  60. package/theme/ap-table/setting/modal.css +3 -2
  61. package/theme/ap-table/setting/select-group.css +3 -2
  62. package/theme/ap-table/setting/sortable-item-meta.css +3 -2
  63. package/theme/ap-table/setting/sortable-item.css +3 -2
  64. package/theme/ap-table/setting/sorter.css +3 -2
  65. package/theme/ap-table-modal/index.css +6 -4
  66. package/theme/ap-tag/ap-tag-group.css +3 -2
  67. package/theme/ap-tag/ap-tag.css +3 -2
  68. package/theme/ap-title/ap-title.css +3 -2
  69. package/theme/ap-upload/index.css +3 -2
  70. package/theme/ap-upload/multiple-file.css +3 -2
  71. package/theme/ap-upload/picture.css +3 -2
  72. package/theme/ap-upload/single-file.css +3 -2
  73. package/theme/ap-upload/upload.css +3 -2
  74. package/theme/ap-upload-single/index.css +3 -2
  75. package/theme/ap-view/ap-view.css +3 -2
  76. package/theme/batch-input-group/index.css +3 -2
  77. package/theme/batch-input-group/popover-input.css +3 -2
  78. package/theme/check-card/index.css +3 -2
  79. package/theme/editable-table/index.css +3 -2
  80. package/theme/full-screen/index.css +3 -2
  81. package/theme/index.css +9 -6
  82. package/theme/mask/index.css +3 -2
  83. package/theme/mixins/mixins.css +3 -2
  84. package/theme/mixins/mixins.less +3 -6
  85. package/theme/scroll-bar/index.css +3 -2
  86. package/theme/scroll-view/index.css +3 -2
  87. package/theme/splitter/index.css +3 -2
  88. package/theme/text/group.css +3 -2
  89. package/theme/text/index.css +3 -2
  90. package/theme/work-order-modal/index.css +3 -2
@@ -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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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 {
@@ -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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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 {
@@ -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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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: #ffffff;
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/index.css CHANGED
@@ -106,12 +106,13 @@
106
106
  }
107
107
  .reset-scrollbar ::-webkit-scrollbar-thumb {
108
108
  background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
109
+ background-clip: content-box;
110
+ border: 1px solid transparent;
109
111
  border-radius: 4px;
110
- 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;
111
112
  }
112
113
  .reset-scrollbar ::-webkit-scrollbar-track,
113
114
  .reset-scrollbar ::-webkit-scrollbar-corner {
114
- background-color: #ffffff;
115
+ background-color: var(--ap-table-header-bg, #f2f6f9);
115
116
  }
116
117
  .reset-scrollbar ::-webkit-scrollbar-thumb:hover,
117
118
  .reset-scrollbar ::-webkit-scrollbar-thumb:active {
@@ -1546,12 +1547,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1546
1547
  }
1547
1548
  .aplus-ap-table ::-webkit-scrollbar-thumb {
1548
1549
  background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
1550
+ background-clip: content-box;
1551
+ border: 1px solid transparent;
1549
1552
  border-radius: 4px;
1550
- 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;
1551
1553
  }
1552
1554
  .aplus-ap-table ::-webkit-scrollbar-track,
1553
1555
  .aplus-ap-table ::-webkit-scrollbar-corner {
1554
- background-color: #ffffff;
1556
+ background-color: var(--ap-table-header-bg, #f2f6f9);
1555
1557
  }
1556
1558
  .aplus-ap-table ::-webkit-scrollbar-thumb:hover,
1557
1559
  .aplus-ap-table ::-webkit-scrollbar-thumb:active {
@@ -2731,12 +2733,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2731
2733
  }
2732
2734
  .aplus-ap-grid ::-webkit-scrollbar-thumb {
2733
2735
  background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
2736
+ background-clip: content-box;
2737
+ border: 1px solid transparent;
2734
2738
  border-radius: 4px;
2735
- 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;
2736
2739
  }
2737
2740
  .aplus-ap-grid ::-webkit-scrollbar-track,
2738
2741
  .aplus-ap-grid ::-webkit-scrollbar-corner {
2739
- background-color: #ffffff;
2742
+ background-color: var(--ap-table-header-bg, #f2f6f9);
2740
2743
  }
2741
2744
  .aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
2742
2745
  .aplus-ap-grid ::-webkit-scrollbar-thumb:active {