mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-08 19:43:17 +08:00
style(workflow): 调整审批时间线附件间距为 gap-4
使附件间距更符合设计规范,提升视觉一致性
This commit is contained in:
@@ -82,7 +82,7 @@ const flowStatusOptions = getDictOptions(DictEnum.WF_TASK_STATUS);
|
|||||||
<MessageOutlined />
|
<MessageOutlined />
|
||||||
<div class="break-all text-foreground/75">{{ item.message }}</div>
|
<div class="break-all text-foreground/75">{{ item.message }}</div>
|
||||||
</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
|
<a
|
||||||
v-for="attachment in attachmentInfo"
|
v-for="attachment in attachmentInfo"
|
||||||
|
|||||||
Reference in New Issue
Block a user