tenghui-ui 1.6.8 → 1.6.9

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.
@@ -5588,6 +5588,7 @@ function countTableHeight(staticNum = 0) {
5588
5588
  const tabsEl = (headerEl == null ? void 0 : headerEl.querySelector(".ui-tabs")) ? null : document.querySelector(".ui-tabs");
5589
5589
  const tableTab = document.querySelector(".ui-table__tab");
5590
5590
  let tableHeight = staticNum;
5591
+ console.log(paginationEl, paginationEl.offsetHeight);
5591
5592
  tableHeight += paginationEl ? paginationEl.offsetHeight : 0;
5592
5593
  tableHeight += headerEl ? headerEl.offsetHeight : 0;
5593
5594
  tableHeight += tabsEl ? tabsEl.offsetHeight : 0;