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
|
@@ -847,10 +847,10 @@
|
|
|
847
847
|
this.$refs.toolbarContainer.clientHeight) ||
|
|
848
848
|
0
|
|
849
849
|
|
|
850
|
-
// templatePreview 中 nopagination 为 true,且有自定义的分页控件 占用
|
|
850
|
+
// templatePreview 中 nopagination 为 true,且有自定义的分页控件 占用 65
|
|
851
851
|
const paginationPanelHeight =
|
|
852
852
|
this.$route.name === 'TemplatePreview' && this.nopagination
|
|
853
|
-
?
|
|
853
|
+
? 65
|
|
854
854
|
: (this.$refs.paginationPanel &&
|
|
855
855
|
this.$refs.paginationPanel.clientHeight) ||
|
|
856
856
|
0
|