From d8f9fd670c779cefa5353f722e1e7e52cdfe4fc4 Mon Sep 17 00:00:00 2001 From: CH-122 <1521930938@qq.com> Date: Tue, 19 Aug 2025 15:38:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B8=96=E5=AD=90=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=B8=8E=E5=8F=82=E4=B8=8E=E4=BA=BA=E5=91=98=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index f324116d6..287b6c8ae 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -550,6 +550,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .article-item-description { + max-width: 100%; margin-top: 10px; font-size: 14px; color: gray;