n20-common-lib 3.0.78 → 3.0.81

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.78",
3
+ "version": "3.0.81",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -5,7 +5,8 @@
5
5
  @import './font-icon.scss';
6
6
 
7
7
  @import './button.scss';
8
- @import './table.scss';
8
+ // table.scss 移到 main.js 中,在 vxe-table 之后引入以确保覆盖
9
+ // @import './table.scss';
9
10
 
10
11
  @import './title-pop.scss';
11
12
  @import './form-item.scss';
@@ -214,22 +214,17 @@ 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
217
 
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;
218
+ .vxe-table--body-wrapper,
219
+ .vxe-table--fixed-left-body-wrapper,
220
+ .vxe-table--fixed-right-body-wrapper,
221
+ .vxe-table--footer-wrapper,
222
+ .vxe-table--header-wrapper {
223
+ overflow: hidden;
224
+ outline: 0;
225
+ scrollbar-width: 8px !important;
226
+ -webkit-overflow-scrolling: touch;
231
227
  }
232
-
233
228
  @import '../../components/TableSetSize/style.scss';
234
229
 
235
230
  .el-table-set-size-item {