mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 14:25:38 +08:00
bug:
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user