mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
fix
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user