vue2-client 1.8.52 → 1.8.53

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": "vue2-client",
3
- "version": "1.8.52",
3
+ "version": "1.8.53",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -56,7 +56,7 @@ export default {
56
56
  totalWidth = totalWidth + 180
57
57
  }
58
58
  // 设置表格高度为固定值
59
- this.scrollYHeight = 'calc(100vh - 40rem)'
59
+ this.scrollYHeight = 'calc(100vh - 30rem)'
60
60
  // 横向滚动长度大于所有宽度,才能实现固定表头
61
61
  this.scrollXWidth = totalWidth
62
62
  } catch (error) {