From 3bc936191cf6a6994f4be4610f90a95e7a4abcee Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 16 Jan 2025 09:46:32 +0800
Subject: [PATCH] 修改字样
---
src/layout/components/Sidebar/Logo.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index e42beb5..97c52b7 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
}
}
@@ -70,8 +70,8 @@
width: 100%;
& .sidebar-logo {
- width: 32px;
- height: 32px;
+ width: 38px;
+ height: 38px;
vertical-align: middle;
margin-right: 12px;
}
@@ -82,7 +82,7 @@
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