mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-18 09:47:35 +08:00
更新 DownloadingCard.vue
This commit is contained in:
@@ -71,7 +71,7 @@ async function deleteDownload() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VCard v-if="cardState" :key="props.info?.hash" class="flex flex-col h-full" rounded="0" min-height="150">
|
||||
<VCard v-if="cardState" :key="props.info?.hash" class="flex flex-col h-full" min-height="150">
|
||||
<template #image>
|
||||
<VImg :src="props.info?.media.image" aspect-ratio="2/3" cover @load="imageLoadHandler" position="top">
|
||||
<template #placeholder>
|
||||
|
||||
Reference in New Issue
Block a user