This commit is contained in:
jxxghp
2023-08-26 20:01:31 +08:00
parent e5f7467d5b
commit e565ec5b62
+1 -1
View File
@@ -225,7 +225,7 @@ onMounted(() => {
v-else-if="isFile && isImage" v-else-if="isFile && isImage"
class="grow d-flex justify-center align-center" class="grow d-flex justify-center align-center"
> >
<VImg :src="getImgLink(path)" cover max-width="100%" max-height="100%" /> <VImg :src="getImgLink(path)" max-width="100%" max-height="100%" />
</VCardText> </VCardText>
<VCardText v-else-if="dirs.length || files.length" class="grow"> <VCardText v-else-if="dirs.length || files.length" class="grow">
<VList v-if="dirs.length" subheader max-height="300"> <VList v-if="dirs.length" subheader max-height="300">