From b60b5de750c66ccb46e5d7fedeb17185200c4b87 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sat, 23 Aug 2025 11:12:42 +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 --- ruoyi-ui/src/layout/components/Navbar.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 258a9474c..1d10b91a0 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -34,15 +34,14 @@ 个人中心 + + 布局设置 + 退出登录 - -
- -
@@ -178,6 +177,7 @@ export default { .avatar-wrapper { margin-top: 10px; + right: 8px; position: relative; .user-avatar { @@ -190,6 +190,7 @@ export default { .user-nickname{ position: relative; bottom: 10px; + left: 2px; font-size: 14px; font-weight: bold; }