From 4cc682b6000a44b86135bb8fbff3a59ec2a8bb35 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 15 Dec 2020 20:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9logo=E4=B8=BA=E9=87=91?= =?UTF-8?q?=E8=9A=95logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/Logo.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index ac0c8d8..49bb570 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -2,12 +2,12 @@ @@ -24,8 +24,9 @@ export default { }, data() { return { - title: 'Vue Element Admin', - logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' + title: '金蚕后台管理系统', + logo_m: 'http://mp.kingsome.cn/static/img/logo-m.ba85c5f9.png', + logo: 'http://mp.kingsome.cn/static/img/logo.1de85a93.png' } } } @@ -55,8 +56,8 @@ export default { width: 100%; & .sidebar-logo { - width: 32px; - height: 32px; +// width: 32px; + height: 42px; vertical-align: middle; margin-right: 12px; }