fix: Improve mobile layout and scrolling behavior

This commit is contained in:
1808837298@qq.com
2025-03-11 15:05:23 +08:00
parent dbcbe3ffd5
commit 78cc82dca7
3 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ const FooterBar = () => {
return (
<div style={{
textAlign: 'center',
paddingBottom: styleState?.isMobile ? '112px' : '5px',
paddingBottom: '5px',
}}>
{footer ? (
<div