diff --git a/app/(account)/layout.tsx b/app/(account)/layout.tsx index 12fc92e..85ec160 100644 --- a/app/(account)/layout.tsx +++ b/app/(account)/layout.tsx @@ -4,13 +4,13 @@ import { Header } from "@/components/header" export default function AccountLayout({ children }: { children: React.ReactNode }) { return ( -
+
-
+
-
+
{children}
diff --git a/app/(account)/notifications/page.tsx b/app/(account)/notifications/page.tsx index 4638645..7ef277e 100644 --- a/app/(account)/notifications/page.tsx +++ b/app/(account)/notifications/page.tsx @@ -223,7 +223,7 @@ export default function NotificationsPage() { ) return ( -
+

通知中心

diff --git a/app/(account)/settings/page.tsx b/app/(account)/settings/page.tsx index 2b48d7d..05e414c 100644 --- a/app/(account)/settings/page.tsx +++ b/app/(account)/settings/page.tsx @@ -94,7 +94,7 @@ export default function SettingsPage() { } return ( -
+

个人设置

diff --git a/app/(account)/verify/page.tsx b/app/(account)/verify/page.tsx index bf0b2db..07197ab 100644 --- a/app/(account)/verify/page.tsx +++ b/app/(account)/verify/page.tsx @@ -156,7 +156,7 @@ export default function VerifyPage() { } return ( -
+

身份认证

diff --git a/app/(account)/wallet/page.tsx b/app/(account)/wallet/page.tsx index 95e87cc..8daecc3 100644 --- a/app/(account)/wallet/page.tsx +++ b/app/(account)/wallet/page.tsx @@ -202,7 +202,7 @@ export default function WalletPage() { } return ( -
+

钱包

diff --git a/app/(dashboard)/layout.tsx b/app/(dashboard)/layout.tsx index 398031a..a01d573 100644 --- a/app/(dashboard)/layout.tsx +++ b/app/(dashboard)/layout.tsx @@ -7,9 +7,9 @@ import { RoleGuard } from "@/components/role-guard" export default function DashboardLayout({ children }: { children: React.ReactNode }) { return ( -
+
-
+
diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index b8d4708..2a4d846 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -3,7 +3,7 @@ import { Header } from "@/components/header" export default function MainLayout({ children }: { children: React.ReactNode }) { return ( -
+
{children}