pb-sxp-ui 1.19.12 → 1.19.13
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +1 -1
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/index.js +1 -1
- package/lib/core/components/SxpPageRender/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19242,7 +19242,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
|
|
|
19242
19242
|
};
|
|
19243
19243
|
const height = useMemo(() => {
|
|
19244
19244
|
return visibleHeight - minusHeight - tagHeight - getHeightWithSafeArea2();
|
|
19245
|
-
}, [minusHeight, visibleHeight, tagHeight, getHeightWithSafeArea2]);
|
|
19245
|
+
}, [minusHeight, visibleHeight, tagHeight, getHeightWithSafeArea2, containerHeight]);
|
|
19246
19246
|
const visList = useMemo(() => {
|
|
19247
19247
|
var _a;
|
|
19248
19248
|
const list = activeIndex === 0 && !waterFallData && !isEditor && !isDiyH5
|