From 5ce991d9a354ed9a0d3a3be8220fa61f839b850c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 10 Mar 2022 04:38:06 +0000 Subject: [PATCH] =?UTF-8?q?fix(sidebar.scss):=20=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E6=94=B6=E7=BC=A9=E5=9B=BE=E6=A0=87=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/sidebar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index 29c03be6..b53e82c0 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -93,6 +93,9 @@ .hideSidebar { .sidebar-container { width: 54px !important; + .svg-icon { + margin-right: 0px; + } } .main-container {