From 5699635d1ac70431ba7a2df4253218597bf79a24 Mon Sep 17 00:00:00 2001
From: liailing1026 <1815388873@qq.com>
Date: Fri, 23 Jan 2026 17:07:01 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E6=9A=82=E5=81=9C/=E7=BB=A7=E7=BB=AD?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E4=B8=8E=E6=96=87=E5=AD=97=E9=97=B4=E8=B7=9D?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Main/TaskTemplate/TaskResult/index.vue | 21 ++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/frontend/src/layout/components/Main/TaskTemplate/TaskResult/index.vue b/frontend/src/layout/components/Main/TaskTemplate/TaskResult/index.vue
index ca4fc6d..731a923 100644
--- a/frontend/src/layout/components/Main/TaskTemplate/TaskResult/index.vue
+++ b/frontend/src/layout/components/Main/TaskTemplate/TaskResult/index.vue
@@ -1303,10 +1303,20 @@ defineExpose({
/>
-
+
-
+
@@ -1715,7 +1725,7 @@ defineExpose({
height: 40px !important;
border-radius: 20px !important;
padding: 0 16px !important;
- gap: 8px;
+ gap: 8px !important;
// Task process button - fixed left, expand right
&:nth-child(1) {
@@ -1778,6 +1788,11 @@ defineExpose({
transform: translateX(0);
}
}
+
+ // 按钮图标间距
+ .btn-icon {
+ margin-right: 8px !important;
+ }
}
}