feat: adjust mobile layout

This commit is contained in:
shinya
2025-08-21 21:13:44 +08:00
parent 44b5915100
commit b1e03bc180
3 changed files with 22 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ const PageLayout = ({ children, activePath = '/' }: PageLayoutProps) => {
{/* 主内容 */}
<main
className='flex-1 md:min-h-0 mb-14 md:mb-0'
className='flex-1 md:min-h-0 mb-14 md:mb-0 md:mt-0 mt-12'
style={{
paddingBottom: 'calc(3.5rem + env(safe-area-inset-bottom))',
}}