From bde00c3c38884126735e0f4fb02c76f9fba4e1d1 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 20 Jan 2026 10:41:12 +0800 Subject: [PATCH] =?UTF-8?q?style(layout):=20=E6=9B=B4=E6=96=B0=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8FLogo=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将Logo高度从h-8调整为h-12 - 将Logo宽度从w-24调整为w-40 - 移除原有的文字标题"知识应用管理系统" --- frontend/src/pages/Layout/Sidebar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/pages/Layout/Sidebar.tsx b/frontend/src/pages/Layout/Sidebar.tsx index 06a5da3..a0146b8 100644 --- a/frontend/src/pages/Layout/Sidebar.tsx +++ b/frontend/src/pages/Layout/Sidebar.tsx @@ -74,8 +74,7 @@ const AsiderAndHeaderLayout = () => {
{sidebarOpen && ( - logo - 知识应用
管理系统
+ logo
)}