更新 DownloadingCard.vue

This commit is contained in:
jxxghp
2025-07-13 11:40:23 +08:00
committed by GitHub
parent 8ea352cc2f
commit 17a206e0f4

View File

@@ -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>