tenghui-ui 2.0.6 → 2.0.7
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/dist/tenghui-ui.es.js
CHANGED
|
@@ -5813,10 +5813,8 @@ function countTableHeight(staticNum = 0, isTable = true, staticClass = null) {
|
|
|
5813
5813
|
(tabsEl == null ? void 0 : tabsEl.offsetHeight) || 0,
|
|
5814
5814
|
(tableTab == null ? void 0 : tableTab.offsetHeight) || 0
|
|
5815
5815
|
].filter((item) => !!item));
|
|
5816
|
-
console.log(pageOtherEles, "pageOtherEles");
|
|
5817
5816
|
}
|
|
5818
5817
|
let tableHeight = staticNum + pageOtherEles.reduce((sum, num) => sum + num, 0);
|
|
5819
|
-
console.log(tableHeight, "tableHeight");
|
|
5820
5818
|
let userAgent2 = navigator.userAgent;
|
|
5821
5819
|
for (let i = 0; i < pageCountEls.length; i++) {
|
|
5822
5820
|
let ele = pageCountEls[i];
|