From 4bb5b01f3fa4eab11c2cb8768125b0968232f0dc Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Thu, 31 Jul 2025 09:06:25 +0800 Subject: [PATCH] 1 --- src/layout/components/Navbar.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 51c4287..335b8c2 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -87,8 +87,7 @@ function toggleTheme() { box-shadow: none; .navContent { - height: 43px; - width: 100%; + height: 43px; margin: 19px 40px 18px 40px; display: flex; // 添加flex布局 justify-content: space-between; // 使子元素平均分布