This commit is contained in:
zhangjing1
2026-03-06 18:30:43 +08:00
parent cb2002b4f1
commit 44fba5ce34

View File

@@ -331,7 +331,7 @@ const SpPage = memo(
<View
className='sp-page__body'
style={styleNames({
'padding-top': `${!props.immersive && state.customNavigation ? state.gNavbarH : 0}px`,
'padding-top': `${state.customNavigation ? state.gNavbarH : 0}px`,
'padding-bottom': props.renderFooter
? Taro.pxTransform(
props.footerHeight + (isIphoneX() ? DEFAULT_SAFE_AREA_HEIGHT : 0)