three-trees-ui 1.0.41 → 1.0.43

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": "three-trees-ui",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -847,10 +847,10 @@
847
847
  this.$refs.toolbarContainer.clientHeight) ||
848
848
  0
849
849
 
850
- // templatePreview 中 nopagination 为 true,且有自定义的分页控件 占用 50
850
+ // templatePreview 中 nopagination 为 true,且有自定义的分页控件 占用 65
851
851
  const paginationPanelHeight =
852
852
  this.$route.name === 'TemplatePreview' && this.nopagination
853
- ? 50
853
+ ? 65
854
854
  : (this.$refs.paginationPanel &&
855
855
  this.$refs.paginationPanel.clientHeight) ||
856
856
  0