diff --git a/apps/web/src/app/main/letter/inbox/page.tsx b/apps/web/src/app/main/letter/inbox/page.tsx index 78c227e..2376875 100644 --- a/apps/web/src/app/main/letter/inbox/page.tsx +++ b/apps/web/src/app/main/letter/inbox/page.tsx @@ -5,7 +5,7 @@ export default function InboxPage() { const { user } = useAuth(); return ( // 添加 flex flex-col 使其成为弹性布局容器 -