From 7e460156de73171f9660ce48f80703e79f8b478d Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期六, 14 六月 2025 11:48:26 +0800
Subject: [PATCH] 初始化提交

---
 src/layout/components/Sidebar/Logo.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 3b0346b..fc405dc 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -28,6 +28,9 @@
       title: 'Vue Admin Template',
       logo
     }
+  },
+  mounted() {
+    console.log(this.collapse)
   }
 }
 </script>
@@ -47,19 +50,21 @@
   width: 100%;
   height: 50px;
   line-height: 50px;
-  background: #6095FB;
+  background: #304156;
   text-align: center;
   overflow: hidden;
 
   & .sidebar-logo-link {
     height: 100%;
     width: 100%;
-
+    text-align:left;
     & .sidebar-logo {
-      padding: 7.5px 20px;
+      // padding: 7.5px 20px;
       width: 135px;
       height: 45px;
       vertical-align: middle;
+      // position: absolute;
+      // left: 20px;
     }
 
     & .sidebar-title {

--
Gitblit v1.9.3