From f120de4e10f627227056a32b6553ba92f7cb339d Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Sun, 7 Jun 2026 20:24:53 +0800 Subject: [PATCH] Refactor HomePage and PlaceholderPage layout for improved responsiveness Removed the maximum width constraint from the HomePage container and increased the maximum width of the PlaceholderPage from 1180px to 1440px. These changes enhance layout flexibility and responsiveness, improving the overall user experience across different screen sizes. --- src/components/pages/HomePage.tsx | 2 +- src/components/pages/PlaceholderPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/HomePage.tsx b/src/components/pages/HomePage.tsx index 7250a2d..b7ebffc 100644 --- a/src/components/pages/HomePage.tsx +++ b/src/components/pages/HomePage.tsx @@ -28,7 +28,7 @@ export function HomePage({ onNavigate }: HomePageProps) { }} /> -
+

你好,开始管理你的智能视频助手

diff --git a/src/components/pages/PlaceholderPage.tsx b/src/components/pages/PlaceholderPage.tsx index 3e253f6..f9fe928 100644 --- a/src/components/pages/PlaceholderPage.tsx +++ b/src/components/pages/PlaceholderPage.tsx @@ -5,7 +5,7 @@ type PlaceholderPageProps = { export function PlaceholderPage({ title, description }: PlaceholderPageProps) { return ( -
+

{title}