update pay function

This commit is contained in:
2025-11-23 08:30:52 +08:00
parent 738cc9cb87
commit 9251531eb7
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ export default function MainLayout() {
<MemoizedHomeNavbar />
{/* 页面内容区域 - flex: 1 占据剩余空间,包含错误边界、懒加载 */}
<Box flex="1" w="100%" position="relative" overflow="hidden">
<Box flex="1" w="100%" position="relative" overflow="hidden" pt="72px">
<ErrorBoundary>
<Suspense fallback={<PageLoader message="页面加载中..." />}>
<Outlet />