From d30fb87d3062c7fcd09e40bd9d1717311706a6f3 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Thu, 22 Feb 2024 00:29:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E5=B8=83=E5=B1=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layout/index.vue b/src/layout/index.vue index 22eba63..2d527ec 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -306,6 +306,10 @@ function toggleSidebar() { transition-duration: 0.3s; transform: translate3d(-210px, 0, 0); } + + .main-container { + margin-left: 0; + } } }