From 04329e575b1ea1ac106905c6ff798ae9c75e4c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 6 Sep 2024 18:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A6=E4=BE=A7=E6=94=B6?= =?UTF-8?q?=E8=B5=B7=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/main/index.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/layout/components/main/index.scss b/src/views/layout/components/main/index.scss index dfa405ed..6c0902ae 100644 --- a/src/views/layout/components/main/index.scss +++ b/src/views/layout/components/main/index.scss @@ -370,7 +370,10 @@ .siderbar { width: 32rem; } - .drawer-container, .layout-toggle-bar { + .drawer-container { + width: 0 !important; + } + .layout-toggle-bar { display: none; } } \ No newline at end of file