mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 23:57:34 +08:00
fix
This commit is contained in:
@@ -225,7 +225,7 @@ onMounted(() => {
|
||||
v-else-if="isFile && isImage"
|
||||
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 v-else-if="dirs.length || files.length" class="grow">
|
||||
<VList v-if="dirs.length" subheader max-height="300">
|
||||
|
||||
Reference in New Issue
Block a user