From 0173405dc89b11e6433658174658cf3ce66988ba Mon Sep 17 00:00:00 2001 From: longdayi <13477510+longdayilongdayi@user.noreply.gitee.com> Date: Sun, 26 Jan 2025 11:36:20 +0800 Subject: [PATCH] 01261136 --- apps/web/src/app/main/letter/inbox/page.tsx | 2 +- apps/web/src/app/main/letter/outbox/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 使其成为弹性布局容器 -