From 73036038fd4fc7f9b577a3791770aaea8081fda5 Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Fri, 21 Aug 2026 14:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=90=8D=E7=A7=B0=E5=AE=8C=E6=95=B4=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=EF=BC=88=E6=8D=A2=E8=A1=8C=EF=BC=89=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E7=9C=81=E7=95=A5=E5=8F=B7=E6=88=AA=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- src/views/home/components/MainContent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/components/MainContent.vue b/src/views/home/components/MainContent.vue index 07b52ec..4bc8137 100644 --- a/src/views/home/components/MainContent.vue +++ b/src/views/home/components/MainContent.vue @@ -210,12 +210,12 @@ onMounted(() => { } .wf-card-name { flex: 1; + min-width: 0; font-size: 15px; font-weight: 600; color: #1e293b; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + line-height: 1.4; + word-break: break-word; } .wf-card-tag { font-size: 10px;