@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.
Files changed (98) hide show
  1. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +57 -51
  2. package/es/src/ap-grid/constants.d.ts +3 -3
  3. package/es/src/ap-grid/constants.mjs +9 -9
  4. package/es/src/ap-grid/index.vue.mjs +45 -47
  5. package/es/src/ap-grid/interface.d.ts +1 -1
  6. package/es/src/ap-table/ap-table.vue2.mjs +17 -17
  7. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  8. package/es/src/business/ap-view/ap-view.vue2.mjs +135 -124
  9. package/es/src/business/ap-view/index.d.ts +3 -0
  10. package/es/src/business/ap-view/interface.d.ts +4 -0
  11. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  12. package/lib/src/ap-grid/constants.d.ts +3 -3
  13. package/lib/src/ap-grid/constants.js +1 -1
  14. package/lib/src/ap-grid/index.vue.js +1 -1
  15. package/lib/src/ap-grid/interface.d.ts +1 -1
  16. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  17. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  18. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  19. package/lib/src/business/ap-view/index.d.ts +3 -0
  20. package/lib/src/business/ap-view/interface.d.ts +4 -0
  21. package/package.json +3 -3
  22. package/theme/ap-action/item-dropdown.css +3 -2
  23. package/theme/ap-action/item.css +3 -2
  24. package/theme/ap-appendix/ap-appendix.css +3 -2
  25. package/theme/ap-attachment/ap-attachment.css +3 -2
  26. package/theme/ap-batch-action/ap-batch-action.css +3 -2
  27. package/theme/ap-button/ap-button.css +3 -2
  28. package/theme/ap-card/ap-card.css +3 -2
  29. package/theme/ap-descriptions/ap-descriptions.css +3 -2
  30. package/theme/ap-download/ap-download.css +3 -2
  31. package/theme/ap-expand-alert/ap-expand-alert.css +3 -2
  32. package/theme/ap-field/checkbox.css +3 -2
  33. package/theme/ap-field/index.css +3 -2
  34. package/theme/ap-field/number.css +3 -2
  35. package/theme/ap-field/radio.css +3 -2
  36. package/theme/ap-field/text-area.css +3 -2
  37. package/theme/ap-form/ap-form-item-group.css +3 -2
  38. package/theme/ap-form/ap-form-item.css +3 -2
  39. package/theme/ap-form/drawer-form.css +3 -2
  40. package/theme/ap-form/index.css +3 -2
  41. package/theme/ap-form/item-text-group.css +3 -2
  42. package/theme/ap-form/item-text.css +3 -2
  43. package/theme/ap-form/modal-form.css +3 -2
  44. package/theme/ap-form/search-form-sorter.css +3 -2
  45. package/theme/ap-form/search-form.css +3 -2
  46. package/theme/ap-grid/editable.css +3 -2
  47. package/theme/ap-grid/index.css +17 -4
  48. package/theme/ap-grid/index.less +11 -0
  49. package/theme/ap-group-search/ap-extension-select.css +3 -2
  50. package/theme/ap-group-search/ap-group-search.css +3 -2
  51. package/theme/ap-group-search/ap-popover-select.css +3 -2
  52. package/theme/ap-image/ap-image.css +3 -2
  53. package/theme/ap-input-radio/ap-input-radio.css +3 -2
  54. package/theme/ap-label/ap-label.css +3 -2
  55. package/theme/ap-ladder/ap-ladder.css +3 -2
  56. package/theme/ap-layout/ap-info-layout.css +3 -2
  57. package/theme/ap-list/index.css +3 -2
  58. package/theme/ap-product-info/ap-product-info.css +3 -2
  59. package/theme/ap-select-layout/ap-select-layout.css +3 -2
  60. package/theme/ap-size-input/ap-size-input.css +3 -2
  61. package/theme/ap-status/ap-status.css +3 -2
  62. package/theme/ap-summary/index.css +3 -2
  63. package/theme/ap-table/ap-table-index.css +3 -2
  64. package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -2
  65. package/theme/ap-table/ap-table.css +10 -8
  66. package/theme/ap-table/ap-table.less +4 -4
  67. package/theme/ap-table/setting/index.css +3 -2
  68. package/theme/ap-table/setting/modal.css +3 -2
  69. package/theme/ap-table/setting/select-group.css +3 -2
  70. package/theme/ap-table/setting/sortable-item-meta.css +3 -2
  71. package/theme/ap-table/setting/sortable-item.css +3 -2
  72. package/theme/ap-table/setting/sorter.css +3 -2
  73. package/theme/ap-table-modal/index.css +10 -8
  74. package/theme/ap-tag/ap-tag-group.css +3 -2
  75. package/theme/ap-tag/ap-tag.css +3 -2
  76. package/theme/ap-title/ap-title.css +3 -2
  77. package/theme/ap-upload/index.css +3 -2
  78. package/theme/ap-upload/multiple-file.css +3 -2
  79. package/theme/ap-upload/picture.css +3 -2
  80. package/theme/ap-upload/single-file.css +3 -2
  81. package/theme/ap-upload/upload.css +3 -2
  82. package/theme/ap-upload-single/index.css +3 -2
  83. package/theme/ap-view/ap-view.css +3 -2
  84. package/theme/batch-input-group/index.css +3 -2
  85. package/theme/batch-input-group/popover-input.css +3 -2
  86. package/theme/check-card/index.css +3 -2
  87. package/theme/editable-table/index.css +3 -2
  88. package/theme/full-screen/index.css +3 -2
  89. package/theme/index.css +24 -10
  90. package/theme/mask/index.css +3 -2
  91. package/theme/mixins/mixins.css +3 -2
  92. package/theme/mixins/mixins.less +3 -6
  93. package/theme/scroll-bar/index.css +3 -2
  94. package/theme/scroll-view/index.css +3 -2
  95. package/theme/splitter/index.css +3 -2
  96. package/theme/text/group.css +3 -2
  97. package/theme/text/index.css +3 -2
  98. package/theme/work-order-modal/index.css +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "0.6.0-beta.6",
3
+ "version": "0.6.0-beta.8",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -65,8 +65,8 @@
65
65
  "sortablejs": "^1.15.2",
66
66
  "vue-virtual-scroller": "2.0.0-beta.8",
67
67
  "vuedraggable": "^4.1.0",
68
- "@aplus-frontend/utils": "1.0.57",
69
- "@aplus-frontend/hooks": "1.0.7"
68
+ "@aplus-frontend/hooks": "1.0.7",
69
+ "@aplus-frontend/utils": "1.0.57"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@aplus-frontend/antdv": "^1.1.5",
@@ -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 {
@@ -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 {
@@ -455,17 +456,29 @@
455
456
  }
456
457
  .aplus-ap-grid ::-webkit-scrollbar-thumb {
457
458
  background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
459
+ background-clip: content-box;
460
+ border: 1px solid transparent;
458
461
  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
462
  }
461
463
  .aplus-ap-grid ::-webkit-scrollbar-track,
462
464
  .aplus-ap-grid ::-webkit-scrollbar-corner {
463
- background-color: #ffffff;
465
+ background-color: var(--ap-table-header-bg, #f2f6f9);
464
466
  }
465
467
  .aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
466
468
  .aplus-ap-grid ::-webkit-scrollbar-thumb:active {
467
469
  background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
468
470
  }
471
+ .aplus-ap-grid .vxe-table .vxe-cell {
472
+ min-height: unset !important;
473
+ padding: 9px 12px !important;
474
+ font-size: 12px;
475
+ line-height: 1.5;
476
+ }
477
+ .aplus-ap-grid .vxe-table.size--mini .vxe-cell {
478
+ min-height: unset !important;
479
+ padding: 6px 9px !important;
480
+ line-height: 1.5;
481
+ }
469
482
  .aplus-ap-grid-adaptive {
470
483
  height: 100%;
471
484
  display: flex;
@@ -11,6 +11,17 @@
11
11
 
12
12
  .b(ap-grid, {
13
13
  .reset-scrollbar();
14
+ .vxe-table .vxe-cell {
15
+ min-height: unset !important;
16
+ padding: 9px 12px !important;
17
+ font-size: @font-size-base;
18
+ line-height: @line-height-base;
19
+ }
20
+ .vxe-table.size--mini .vxe-cell {
21
+ min-height: unset !important;
22
+ padding: 6px 9px !important;
23
+ line-height: @line-height-base;
24
+ }
14
25
  &-adaptive {
15
26
  height: 100%;
16
27
  display: flex;
@@ -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 {