style(workflow): 调整审批时间线附件间距为 gap-4

使附件间距更符合设计规范,提升视觉一致性
This commit is contained in:
dap
2026-01-30 17:26:51 +08:00
parent 3dd1a07ae3
commit 1f4592e6fb

View File

@@ -82,7 +82,7 @@ const flowStatusOptions = getDictOptions(DictEnum.WF_TASK_STATUS);
<MessageOutlined />
<div class="break-all text-foreground/75">{{ item.message }}</div>
</div>
<div v-if="attachmentInfo.length > 0" class="flex flex-wrap gap-2">
<div v-if="attachmentInfo.length > 0" class="flex flex-wrap gap-4">
<!-- 这里下载的文件名不是原始文件名 -->
<a
v-for="attachment in attachmentInfo"