This commit is contained in:
jxxghp
2024-03-26 15:59:37 +08:00
parent 952ef368ab
commit eee0c0c878
3 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -197,8 +197,8 @@ const dropdownItems = ref([
</a>
</span>
<span v-if="props.count" class="ms-3">
<VIcon icon="mdi-download" class="me-1" />
{{ props.count?.toLocaleString() }}
<VIcon icon="mdi-download" />
<span class="text-sm ms-1 mt-1">{{ props.count?.toLocaleString() }}</span>
</span>
</VCardText>
</VCard>