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;
}