mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix poster card
This commit is contained in:
@@ -69,8 +69,9 @@ 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"
|
||||||
variant="elevated"
|
variant="elevated"
|
||||||
size="small"
|
size="small"
|
||||||
@@ -89,7 +90,6 @@ function goPlay() {
|
|||||||
{{ props.media?.title }}
|
{{ props.media?.title }}
|
||||||
</h1>
|
</h1>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
</VImg>
|
|
||||||
</VCard>
|
</VCard>
|
||||||
</template>
|
</template>
|
||||||
</VHover>
|
</VHover>
|
||||||
|
|||||||
Reference in New Issue
Block a user