fix: 样式修复

This commit is contained in:
overtrue
2024-12-22 16:25:18 +08:00
parent f975d9ea63
commit 2eb4cc9d51
+2 -2
View File
@@ -1,7 +1,7 @@
<template>
<n-button text v-if="total > 0" @click="toggleDrawer">
<div v-if="pending.length">
<n-spin size="small" />
<div v-if="pending.length" class="flex items-center gap-2">
<n-spin :size="14" />
<span>{{ total }} 任务进行中进行中 {{ uploading.length }} 已成功 {{ completed.length }} </span>
</div>
<div v-else>上传完成成功 {{ completed.length }} 失败 {{ failed.length }} </div>