fix poster card

This commit is contained in:
jxxghp
2024-04-16 08:22:58 +08:00
parent 8751236380
commit 60606d5eb9
+1 -1
View File
@@ -69,6 +69,7 @@ function goPlay() {
<VSkeletonLoader class="object-cover aspect-w-2 aspect-h-3" /> <VSkeletonLoader class="object-cover aspect-w-2 aspect-h-3" />
</div> </div>
</template> </template>
</VImg>
<!-- 类型角标 --> <!-- 类型角标 -->
<VChip <VChip
v-show="isImageLoaded" v-show="isImageLoaded"
@@ -89,7 +90,6 @@ function goPlay() {
{{ props.media?.title }} {{ props.media?.title }}
</h1> </h1>
</VCardText> </VCardText>
</VImg>
</VCard> </VCard>
</template> </template>
</VHover> </VHover>