n20-common-lib 3.0.80 → 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.80",
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';
@@ -222,7 +222,7 @@ th.vxe-header--column {
222
222
  .vxe-table--header-wrapper {
223
223
  overflow: hidden;
224
224
  outline: 0;
225
- scrollbar-width: 8px;
225
+ scrollbar-width: 8px !important;
226
226
  -webkit-overflow-scrolling: touch;
227
227
  }
228
228
  @import '../../components/TableSetSize/style.scss';