From ee31f47ffb5be16aa79fdd46733e79d16df6cd8c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 26 二月 2025 16:13:44 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 6bf506c..716662b 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -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