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;