优化组件结构,调整 VCard 使用,提升界面一致性和可读性

This commit is contained in:
jxxghp
2025-04-01 13:17:07 +08:00
parent c873787a89
commit ae62847ded
9 changed files with 35 additions and 54 deletions
+2 -2
View File
@@ -187,7 +187,7 @@ const fileListStyle = computed(() => {
</script>
<template>
<VCard class="mx-auto" :loading="loading > 0">
<div class="mx-auto" :loading="loading > 0">
<div v-if="activeStorage && item">
<FileToolbar
:item="item"
@@ -229,5 +229,5 @@ const fileListStyle = computed(() => {
/>
</div>
</div>
</VCard>
</div>
</template>