vsyswin-ui 0.2.74 → 0.2.75

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": "vsyswin-ui",
3
- "version": "0.2.74",
3
+ "version": "0.2.75",
4
4
  "main": "lib/vsyswin-ui.umd.min.js",
5
5
  "private": false,
6
6
  "description": "Vue2.x的应用组件库.",
@@ -598,7 +598,7 @@ export default {
598
598
  }
599
599
  .el-table__empty-block {
600
600
  position: absolute!important;
601
- height: calc(100% - 40px)!important;
601
+ height: calc(100% - 60px)!important;
602
602
  }
603
603
 
604
604
  // .el-table::before {