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; + } } }