mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
更新 DownloadingCard.vue
This commit is contained in:
@@ -53,7 +53,7 @@ const deleteDownload = () => {
|
|||||||
<div class="ma-auto pa-5 pe-0" v-if="props.info?.media.image">
|
<div class="ma-auto pa-5 pe-0" v-if="props.info?.media.image">
|
||||||
<VImg
|
<VImg
|
||||||
aspect-ratio="2/3"
|
aspect-ratio="2/3"
|
||||||
width="120"
|
width="100"
|
||||||
class="rounded shadow-lg"
|
class="rounded shadow-lg"
|
||||||
:src="props.info?.media.image"
|
:src="props.info?.media.image"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user