From 68ec4bb7bb2458f9249915a5782ef4e1e25e8b74 Mon Sep 17 00:00:00 2001 From: thzxx Date: Sat, 27 Jun 2026 22:43:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BA=95=E9=83=A8=E6=A0=8F=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=2028=E2=86=9232px=EF=BC=8C=E5=B8=B8=E9=87=8F=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/StatusBar.tsx | 2 +- src/lib/constants.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/layout/StatusBar.tsx b/src/components/layout/StatusBar.tsx index 5c475bd..5457f3e 100644 --- a/src/components/layout/StatusBar.tsx +++ b/src/components/layout/StatusBar.tsx @@ -23,7 +23,7 @@ export function StatusBar(): React.JSX.Element { component="footer" sx={{ flexShrink: 0, display: 'flex', alignItems: 'center', - px: 1.5, height: 28, bgcolor: 'background.paper', + px: 1.5, height: 32, bgcolor: 'background.paper', borderTop: 1, borderColor: 'divider', userSelect: 'none', }} > diff --git a/src/lib/constants.ts b/src/lib/constants.ts index f837ccb..a6cdaed 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -7,8 +7,8 @@ // ===== 布局尺寸 ===== export const LAYOUT = { - HEADER_HEIGHT: 40, - STATUS_BAR_HEIGHT: 24, + HEADER_HEIGHT: 0, // 已移除顶部栏 + STATUS_BAR_HEIGHT: 32, SIDEBAR_WIDTH: 260, DETAIL_WIDTH: 320, CHAT_MAX_WIDTH: 768,