From 3f6bf89b1985b6668f02ffcc9af577b412e92e45 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 24 三月 2025 17:17:45 +0800 Subject: [PATCH] bug修改 --- src/layout/components/Sidebar/Logo.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 6b29184..d213725 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -15,7 +15,7 @@ <script setup> import variables from '@/assets/styles/variables.module.scss' -import logo from '@/assets/logo/logo.png' +import logo from '@/assets/logo/logo2.png' import useSettingsStore from '@/store/modules/settings' import {onMounted, ref} from "vue"; import Cookies from "js-cookie"; @@ -63,7 +63,7 @@ width: 32px; height: 32px; vertical-align: middle; - margin-right: 12px; + margin-right: 0px; } & .sidebar-title { @@ -72,7 +72,7 @@ color: #fff; font-weight: 600; line-height: 50px; - font-size: 14px; + font-size: 16px; font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif; vertical-align: middle; } -- Gitblit v1.9.2