fix: Improve mobile layout and scrolling behavior

This commit is contained in:
1808837298@qq.com
2025-03-11 15:05:23 +08:00
parent bbe7223a85
commit 3122b8a36a
3 changed files with 25 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ const FooterBar = () => {
return (
<div style={{
textAlign: 'center',
paddingBottom: styleState?.isMobile ? '112px' : '5px',
paddingBottom: '5px',
}}>
{footer ? (
<div