From e735896a68d8c1742859a06d7bc1c7c1bb61f57d Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 23 一月 2025 14:08:52 +0800
Subject: [PATCH] 新增页面

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

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 97c52b7..6f084a2 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -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,15 +70,16 @@
     width: 100%;
 
     & .sidebar-logo {
-      width: 38px;
+      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;

--
Gitblit v1.9.2