From 786e60e8e550a5c3134a6bcd6d433d25741a21ac Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Sep 2025 14:08:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B8=96=E5=AD=90=E5=85=83=E7=B4=A0=20-?= =?UTF-8?q?-=20=E4=B8=8A=E4=B8=8B=E9=97=B4=E8=B7=9D=E4=B8=80=E6=A0=B7=20#8?= =?UTF-8?q?46?= 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;