From 215fab2ea60ec3c021f4812db49a9777c14cfe42 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 23 Aug 2025 11:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index ca671f0..7aed7a0 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -40,15 +40,15 @@ 个人中心 + + 布局设置 + 退出登录 -
- -
@@ -192,19 +192,20 @@ function toggleTheme() { .avatar-wrapper { margin-top: 10px; - right: 5px; + right: 8px; position: relative; .user-avatar { cursor: pointer; width: 30px; height: 30px; + margin-right: 8px; border-radius: 50%; } .user-nickname{ position: relative; - left: 5px; + left: 0px; bottom: 10px; font-size: 14px; font-weight: bold;