n20-common-lib 3.0.76 → 3.0.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "3.0.76",
3
+ "version": "3.0.78",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -214,6 +214,21 @@ th.vxe-header--column {
214
214
  justify-content: center !important;
215
215
  }
216
216
  }
217
+ // 强制显示 vxe-table 滚动条
218
+ .vxe-table--body-inner-wrapper::-webkit-scrollbar,
219
+ .vxe-table--footer-inner-wrapper::-webkit-scrollbar,
220
+ .vxe-table--header-inner-wrapper::-webkit-scrollbar {
221
+ display: block !important;
222
+ width: 8px;
223
+ height: 8px;
224
+ }
225
+
226
+ .vxe-table--body-inner-wrapper::-webkit-scrollbar-thumb,
227
+ .vxe-table--footer-inner-wrapper::-webkit-scrollbar-thumb,
228
+ .vxe-table--header-inner-wrapper::-webkit-scrollbar-thumb {
229
+ background-color: #d3d9e6;
230
+ border-radius: 4px;
231
+ }
217
232
 
218
233
  @import '../../components/TableSetSize/style.scss';
219
234