From fbdf2ffaff3ffd7d0f3c37d8107d3d3f2122c113 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 21 Nov 2025 14:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/ContentDashboard.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/index/ContentDashboard.vue b/components/index/ContentDashboard.vue index 27fe183..6458267 100644 --- a/components/index/ContentDashboard.vue +++ b/components/index/ContentDashboard.vue @@ -868,7 +868,7 @@ const getTagCustomStyle = (status) => { padding: 16px; display: flex; flex-direction: column; - gap: 12px; + gap: 2px; } .overdue-task-header { @@ -892,6 +892,11 @@ const getTagCustomStyle = (status) => { color: #333; line-height: 1.5; margin-top: 4px; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; } .overdue-task-footer {