From c53f91913c82e7fa5717f9c05ce388f2dc34dca1 Mon Sep 17 00:00:00 2001 From: Palm Civet Date: Thu, 21 Aug 2025 23:40:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20tags=20=E9=A1=B5?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E9=97=B4=E8=B7=9D?= 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 03e840e47..5dc58c900 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -449,7 +449,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .topic-item { - padding: 2px 10px; + padding: 10px 20px; cursor: pointer; }