From 19f7b6049ee0cb1f3dc66db575181336bffe5f79 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Wed, 13 Nov 2024 16:08:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=BA=E6=B7=B7=E5=90=88=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E6=97=B6=20header=20=E7=BB=84=E4=BB=B6=20content=20=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E8=B6=85=E5=87=BA=E5=B1=8F=E5=B9=95=E7=9A=84=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/layouts/LeftTopMode.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layouts/LeftTopMode.vue b/src/layouts/LeftTopMode.vue index bf235cc8..2645b6d5 100644 --- a/src/layouts/LeftTopMode.vue +++ b/src/layouts/LeftTopMode.vue @@ -53,11 +53,13 @@ $transition-time: 0.35s; width: 100%; display: flex; .logo { + flex: none; width: var(--v3-sidebar-width); } .content { flex: 1; position: relative; + overflow: hidden; } }