diff --git a/Cunkebao/app/clientLayout.tsx b/Cunkebao/app/clientLayout.tsx index 512d186b3..cb105ad8d 100644 --- a/Cunkebao/app/clientLayout.tsx +++ b/Cunkebao/app/clientLayout.tsx @@ -18,11 +18,13 @@ function LayoutContent({ children }: { children: React.ReactNode }) { pathname === "/" || pathname === "/devices" || pathname === "/content" || pathname === "/profile" return ( -
- {children} - {showBottomNav && } - {showBottomNav && } -
+
+
+ {children} + {showBottomNav && } + {showBottomNav && } +
+
) } diff --git a/Cunkebao/app/components/BottomNav.tsx b/Cunkebao/app/components/BottomNav.tsx index cc2235518..969385051 100644 --- a/Cunkebao/app/components/BottomNav.tsx +++ b/Cunkebao/app/components/BottomNav.tsx @@ -16,7 +16,7 @@ export default function BottomNav() { return (