zmdms-webui 2.5.7 → 2.5.8

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.
@@ -100,7 +100,8 @@ function useCanvasTableAutoHeight(isAutoScrollY, marginBottom, canvasTableId, da
100
100
  headerHeight,
101
101
  rowHeight,
102
102
  calculatedHeaderHeight,
103
- needHorizontalScrollbar, // 当横向滚动条状态变化时,重新计算总高度
103
+ needHorizontalScrollbar,
104
+ maxHeight,
104
105
  ]);
105
106
  return tableHeight;
106
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",