diff --git a/client/src/App.tsx b/client/src/App.tsx index bec56c6..31a393a 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -22,7 +22,7 @@ import SelectPage from "./pages/SelectPage"; import CommunityPage from "./pages/CommunityPage"; import { AIDrawerProvider } from "./contexts/AIDrawerContext"; import DesktopAIShell from "./components/DesktopAIShell"; -import { appShellColumnClass, appShellGutterClass } from "./lib/appShell"; +import { appShellColumnClass, appShellOuterClass } from "./lib/appShell"; const EQPage = lazy(() => import("./pages/EQPage")); const AIPage = lazy(() => import("./pages/AIPage")); @@ -75,10 +75,8 @@ function App() { -
-
+
+
diff --git a/client/src/components/BottomNav.tsx b/client/src/components/BottomNav.tsx index d5b57e2..623bf1a 100644 --- a/client/src/components/BottomNav.tsx +++ b/client/src/components/BottomNav.tsx @@ -22,7 +22,7 @@ import { } from "lucide-react"; import { Link, useLocation } from "wouter"; import { useMemo } from "react"; -import { appShellColumnClass, appShellGutterClass } from "@/lib/appShell"; +import { bottomNavInnerClass, bottomNavOuterClass } from "@/lib/appShell"; type BottomNavLocale = NonNullable<(typeof localeZh)["bottomNav"]>; @@ -57,10 +57,10 @@ export default function BottomNav() { return (