From 33a46a6645228ccecf8da1afdc430fced24c3179 Mon Sep 17 00:00:00 2001 From: Zeke Zhang <958414905@qq.com> Date: Thu, 13 Mar 2025 10:39:45 +0800 Subject: [PATCH] fix(logo): logo style (#6444) --- .../core/client/src/route-switch/antd/admin-layout/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/client/src/route-switch/antd/admin-layout/index.tsx b/packages/core/client/src/route-switch/antd/admin-layout/index.tsx index a1c35ba28a..1cd340913f 100644 --- a/packages/core/client/src/route-switch/antd/admin-layout/index.tsx +++ b/packages/core/client/src/route-switch/antd/admin-layout/index.tsx @@ -169,6 +169,7 @@ const layoutContentClass = css` const className1 = css` width: 168px; + height: var(--nb-header-height); margin-right: 4px; display: inline-flex; flex-shrink: 0;