chore: 更新样式

This commit is contained in:
dap 2025-01-07 20:03:14 +08:00
parent 451dca4793
commit 5d8206f291
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,6 @@
export interface TaskInfo {
id: string;
categoryName: string;
createTime: string;
updateTime: string;
tenantId: string;

View File

@ -394,9 +394,15 @@ async function handleCopy(text: string) {
/>
<span>{{ task.createByName }}</span>
<div class="flex items-center opacity-50">
<span>XXXX有限公司</span>
<div class="flex items-center gap-1">
<span class="icon-[bxs--category-alt] size-[16px]"></span>
流程分类: {{ task.categoryName }}
</div>
<Divider type="vertical" />
<span>提交时间: {{ task.createTime }}</span>
<div class="flex items-center gap-1">
<span class="icon-[mdi--clock-outline] size-[16px]"></span>
提交时间: {{ task.createTime }}
</div>
</div>
</div>
</div>