From 2227ba63a431d1002671de8dd953fc38bef9b823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 12 Apr 2023 14:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E5=92=8C=E9=A2=98=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- src/layout/components/Sidebar/Logo.vue | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 276a98d..40c0ea7 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -38,7 +38,7 @@ trigger="click" >
- +
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index cdc09d0..cabe0f9 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -89,12 +89,14 @@ export default { .sidebar-logo-container { position: relative; - width: 100%; - height: 50px; - line-height: 50px; + width: 85%; + height: 80px; + line-height: 30px; background: #2b2f3a; text-align: center; overflow: hidden; + margin-left: 5%; + margin-top: 5%; & .sidebar-logo-link { height: 100%;