From 5cb02f44b21bc15c393cda36b93e4d1f6426e060 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sun, 22 Feb 2026 04:24:09 +0800 Subject: [PATCH] feat: update layout styles and iframe source for improved UI consistency --- src/modules/layout/index.tsx | 6 ++--- src/pages/page.tsx | 2 +- src/routes/__root.tsx | 49 ++++++++++++++++++++++-------------- 3 files changed, 34 insertions(+), 23 deletions(-) diff --git a/src/modules/layout/index.tsx b/src/modules/layout/index.tsx index 0aec4a1..08254bf 100644 --- a/src/modules/layout/index.tsx +++ b/src/modules/layout/index.tsx @@ -61,13 +61,13 @@ export const LayoutMain = (props: LayoutMainProps) => { }, []); return ( -
+
-
+
{props.title}
diff --git a/src/pages/page.tsx b/src/pages/page.tsx index 2a7d2bf..9cc6a0e 100644 --- a/src/pages/page.tsx +++ b/src/pages/page.tsx @@ -1,7 +1,7 @@ export default function Home() { return (
-