From 786e60e8e550a5c3134a6bcd6d433d25741a21ac Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Sep 2025 14:08:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E5=B8=96=E5=AD=90=E5=85=83=E7=B4=A0?= =?UTF-8?q?=20--=20=E4=B8=8A=E4=B8=8B=E9=97=B4=E8=B7=9D=E4=B8=80=E6=A0=B7?= =?UTF-8?q?=20#846?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index d75109dde..6c37812d0 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -558,7 +558,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) .article-item-description { max-width: 100%; - margin-top: 10px; + margin-top: 5px; font-size: 13px; color: rgba(140, 140, 140, 0.888); display: -webkit-box; From 0e26758585ddedcf17a83c55536e4345e6d6a99e Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Sep 2025 14:10:04 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=B8=96=E5=AD=90?= =?UTF-8?q?padding=20=E5=86=99=E4=B8=BA15px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index 6c37812d0..8882c8c29 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -529,7 +529,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .article-item-title { - margin-top: 20px; + margin-top: 15px; font-size: 18px; text-decoration: none; color: var(--text-color); @@ -605,7 +605,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) display: flex; flex-direction: column; align-items: flex-start; - padding-bottom: 10px; + padding-bottom: 5px; } .article-member-avatars-container { From 1c28201cb8205171e1768932d906fbe2bbb6de19 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Sep 2025 14:13:48 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=94=B6?= =?UTF-8?q?=E8=B5=B7=E6=89=93=E5=BC=80=20=E6=9C=89=E5=BC=95=E5=AF=BC=20#84?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/components/HeaderComponent.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend_nuxt/components/HeaderComponent.vue b/frontend_nuxt/components/HeaderComponent.vue index 7949a28bb..0f1176a9f 100644 --- a/frontend_nuxt/components/HeaderComponent.vue +++ b/frontend_nuxt/components/HeaderComponent.vue @@ -4,7 +4,9 @@