From 359ac910ba59e471905faca1215b841cfa05c31b Mon Sep 17 00:00:00 2001 From: bylxc <1615099439@qq.com> Date: Tue, 15 Dec 2020 01:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E8=BE=B9=E6=A0=8Flo?= =?UTF-8?q?go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/components/Sidebar/SidebarItem.vue | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/views/layout/components/Sidebar/SidebarItem.vue b/src/views/layout/components/Sidebar/SidebarItem.vue index 80674b9f..1c9d69cb 100644 --- a/src/views/layout/components/Sidebar/SidebarItem.vue +++ b/src/views/layout/components/Sidebar/SidebarItem.vue @@ -4,7 +4,12 @@ @@ -78,13 +83,34 @@ export default { .logo { height: 56px; width: 100%; - padding: 0 20px; + // padding: 0 20px; display: flex; align-items: center; justify-content: center; img { width: 100%; } + .logo-text { + display: flex; + align-items: center; + justify-content: left; + color: #fff; + img { + width: 30%; + } + .systemName { + font-size: 14px; + font-weight: bold; + font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; + } + .name { + font-size: 12px; + font-weight: bold; + transform: scale(0.7); + margin-left: -8px; + + } + } } .has-logo { width: 100%;