From baba96e7ed91587f2e1880a437bfb1e9eae394af Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Tue, 24 Feb 2026 12:15:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(theme):=20=E4=BF=AE=E5=A4=8D=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E6=94=B6=E8=B5=B7=E5=90=8E=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=A0=87=E9=A2=98=20border-bottom=20=E9=87=8D?= =?UTF-8?q?=E5=8F=A0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/Layout.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vitepress/theme/Layout.vue b/docs/.vitepress/theme/Layout.vue index d5f0ef2..a4fe880 100644 --- a/docs/.vitepress/theme/Layout.vue +++ b/docs/.vitepress/theme/Layout.vue @@ -678,6 +678,11 @@ watch(sidebarCollapsed, (collapsed) => { display: none !important; } +/* 修复侧边栏收起后导航栏标题 border-bottom 重叠问题 */ +.ev-sidebar-collapsed .VPNavBar.has-sidebar .VPNavBarTitle .title { + border-bottom-color: transparent !important; +} + /* 内容区域填满页面 */ @media (min-width: 960px) { .ev-sidebar-collapsed .VPContent.has-sidebar {