From 3b19575c4d77a9f0c6ab557ed2c6c164e030d052 Mon Sep 17 00:00:00 2001 From: lqtmcstudio Date: Fri, 6 Feb 2026 15:10:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20CSS=E4=BC=98=E5=8C=96=20-=20=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=85=A8=E5=B1=80Border-box=20-=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=B8=83=E5=B1=80=20-=20=E4=BF=AE=E5=A4=8DSideBar=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=B8=83=E5=B1=80=E5=AF=BC=E8=87=B4divider?= =?UTF-8?q?=E7=9A=84height=E4=B8=BA0=E4=B8=8D=E5=8F=AF=E8=A7=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components/Sidebar.vue | 1 + src/renderer/src/components/TopBar.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/renderer/src/components/Sidebar.vue b/src/renderer/src/components/Sidebar.vue index f788aef..dd7a8fc 100644 --- a/src/renderer/src/components/Sidebar.vue +++ b/src/renderer/src/components/Sidebar.vue @@ -222,6 +222,7 @@ const togglePlaylists = () => { background: linear-gradient(to right, transparent, var(--color-border), transparent); margin: 16px 8px; opacity: 0.6; + flex-shrink: 0; } /* 区域标题 */ diff --git a/src/renderer/src/components/TopBar.vue b/src/renderer/src/components/TopBar.vue index 922cba2..8325072 100644 --- a/src/renderer/src/components/TopBar.vue +++ b/src/renderer/src/components/TopBar.vue @@ -109,6 +109,7 @@ onUnmounted(() => { } .topbar { + box-sizing: border-box; height: 64px; width: 100%; display: flex;