From 4ae80a84f6d47c37285bfab0cb0fb3939d6cdec0 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 17 一月 2025 10:21:16 +0800 Subject: [PATCH] 修改 --- src/layout/components/Sidebar/Logo.vue | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index e42beb5..6f084a2 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -14,7 +14,7 @@ </template> <script> -import logoImg from '@/assets/logo/logo.png' +import logoImg from '@/assets/logo/logo1.png' import {mapState} from "vuex"; import variables from '@/assets/styles/variables.scss' @@ -39,7 +39,7 @@ }, data() { return { - title: process.env.VUE_APP_TITLE, + title: '管理面板', logo: logoImg } } @@ -59,8 +59,8 @@ .sidebar-logo-container { position: relative; width: 100%; - height: 50px; - line-height: 50px; + height: 66px; + line-height: 66px; background: #2b2f3a; text-align: center; overflow: hidden; @@ -70,19 +70,20 @@ width: 100%; & .sidebar-logo { - width: 32px; - height: 32px; + width: 43px; + height: 38px; vertical-align: middle; - margin-right: 12px; + margin: 20px 0; } & .sidebar-title { display: inline-block; - margin: 0; + //margin: 0; + margin-left: 5px; color: #fff; font-weight: 600; line-height: 50px; - font-size: 14px; + font-size: 24px; font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif; vertical-align: middle; } -- Gitblit v1.9.2