diff --git a/frontend/src/components/Topbar.vue b/frontend/src/components/Topbar.vue
index b086ffe..cb3389f 100644
--- a/frontend/src/components/Topbar.vue
+++ b/frontend/src/components/Topbar.vue
@@ -1,27 +1,9 @@
-
-
-
- {{ store.healthy ? '已连接' : '未连接' }}
-
-
-
-
{{ avatarInitial }}
-
{{ displayName }}
-
▾
-
-
diff --git a/frontend/src/styles/main.css b/frontend/src/styles/main.css
index d51a345..f92c2c5 100644
--- a/frontend/src/styles/main.css
+++ b/frontend/src/styles/main.css
@@ -312,7 +312,7 @@ button {
.topbar {
display: flex;
align-items: center;
- justify-content: space-between;
+ justify-content: flex-end;
gap: 16px;
padding: 0 24px;
background: transparent;
@@ -478,7 +478,7 @@ button {
grid-template-columns: 1fr auto;
gap: 24px;
align-items: center;
- padding: 24px 28px;
+ padding: 10px;
border-radius: 14px;
background:
radial-gradient(circle at 90% 50%, #ffd1d4 0%, transparent 60%),