From 8aa05921c15a69886c75bd68183bf9b0fd98c780 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 12 二月 2025 13:54:25 +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 7fe6855..e7de530 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -49,7 +49,7 @@
</template>
<script>
-import logoImg from "@/assets/logo/logo.png";
+import logoImg from "@/assets/logo/logoxh.png";
import variables from "@/assets/styles/variables.scss";
export default {
@@ -70,7 +70,7 @@
},
data() {
return {
- title: "鏅烘収闅忚绠$悊绯荤粺",
+ title: "鏅畞浜烘皯鍖婚櫌鏅烘収闅忚骞冲彴",
logo: logoImg,
};
},
@@ -101,8 +101,8 @@
width: 100%;
& .sidebar-logo {
- width: 32px;
- height: 32px;
+ width: 42px;
+ height: 42px;
vertical-align: middle;
margin-right: 12px;
}
@@ -113,7 +113,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.3