From 33c62946aa29d74a62c5dcbbc1cb06d16c8c91dc Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 23 五月 2025 14:46:26 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 31371c6..716662b 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -70,7 +70,7 @@
   },
   data() {
     return {
-      title: "娴欎腑澶т簩闄㈡櫤鎱ч殢璁垮钩鍙�",
+      title: "鏃犻敗鍎跨鍖婚櫌鏅烘収闅忚骞冲彴",
       logo: logoImg,
     };
   },
@@ -101,10 +101,12 @@
     width: 100%;
 
     & .sidebar-logo {
-      width: 42px;
-      height: 42px;
       vertical-align: middle;
       margin-right: 12px;
+      border-radius: 50%; /* 灏嗗浘鐗囪鍓负鍦嗗舰 */
+      width: 42px; /* 璁剧疆鍥剧墖鐨勫搴� */
+      height: 42px; /* 璁剧疆鍥剧墖鐨勯珮搴� */
+      object-fit: cover;
     }
 
     & .sidebar-title {

--
Gitblit v1.9.3