From 9a6a10299660aa69f55bb37130e320f890d7f9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Tue, 8 Aug 2023 17:30:45 +0800 Subject: [PATCH] =?UTF-8?q?logo=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/Sidebar/Logo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue b/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue index df20b69..b45e7f5 100644 --- a/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue +++ b/PC/UI.WinIn.FasterZ.Store/src/layout/components/Sidebar/Logo.vue @@ -56,8 +56,8 @@ export default { width: 100%; & .sidebar-logo { - width: 61px; - height: 15px; + width: 140px; + // height: 15px; vertical-align: middle; margin-right: 12px; } @@ -77,7 +77,7 @@ export default { &.collapse { .sidebar-logo { width: 42px; - height: 10px; + // height: 10px; margin-right: 0px; } }