From d790ce193f028f6b453d11a62fc79d435a6f0699 Mon Sep 17 00:00:00 2001 From: lq <121091329@qq.com> Date: Sat, 20 Sep 2025 12:42:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assignment-management/components/task-item.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/property-marketing/assignment-management/components/task-item.vue b/src/views/property-marketing/assignment-management/components/task-item.vue index 796253f..74cdd5d 100644 --- a/src/views/property-marketing/assignment-management/components/task-item.vue +++ b/src/views/property-marketing/assignment-management/components/task-item.vue @@ -31,7 +31,7 @@ -
+
{{ task.name || '未命名' }}
@@ -217,6 +217,9 @@ const getTaskStatusText = (status) => { flex: 1; min-width: 0; width: 365px; + margin-top: -10px; + margin-bottom: 12px; + padding: 0 16px; } .status-tag {