chore: 附件图标

This commit is contained in:
dap 2024-12-17 08:23:01 +08:00
parent 7e0bb9d06e
commit 4b41f8d9dc

View File

@ -70,7 +70,10 @@ onMounted(async () => {
:href="attachment.url"
class="text-primary"
>
{{ attachment.name }}
<div class="flex items-center gap-1">
<span class="icon-[mingcute--attachment-line] size-[18px]"></span>
<span>{{ attachment.name }}</span>
</div>
</a>
</div>
</div>