diff --git a/apps/jingrow/frontend/src/views/HomePage.vue b/apps/jingrow/frontend/src/views/HomePage.vue index 8b0c76c..db81476 100644 --- a/apps/jingrow/frontend/src/views/HomePage.vue +++ b/apps/jingrow/frontend/src/views/HomePage.vue @@ -901,7 +901,7 @@ onUnmounted(() => {
- {{ appName }} + {{ appName }}
@@ -1328,8 +1328,6 @@ onUnmounted(() => { .header-container { width: 100%; - max-width: 1400px; - margin: 0 auto; display: flex; align-items: center; justify-content: space-between; @@ -1344,9 +1342,10 @@ onUnmounted(() => { .logo-link { display: flex; align-items: center; + gap: 12px; text-decoration: none; color: #1f2937; - font-size: 20px; + font-size: 16px; font-weight: 700; transition: opacity 0.2s; @@ -1356,13 +1355,14 @@ onUnmounted(() => { } .logo-img { - height: 40px; + height: 32px; width: auto; } .logo-text { - font-size: 24px; + font-size: 16px; font-weight: 700; + white-space: nowrap; } .header-right {