优化 SubscribeCard 组件的图片点击事件

This commit is contained in:
jxxghp
2025-04-08 14:52:07 +08:00
parent 6e1503334e
commit d52a814d77
2 changed files with 18 additions and 18 deletions

View File

@@ -341,7 +341,7 @@ function onSubscribeEditRemove() {
<div>
<VCardText class="flex items-center">
<div class="h-auto w-12 flex-shrink-0 overflow-hidden rounded-md shadow-lg" v-if="imageLoaded">
<VImg :src="posterUrl" aspect-ratio="2/3" cover @click.stop="viewMediaDetail">
<VImg :src="posterUrl" aspect-ratio="2/3" cover>
<template #placeholder>
<div class="w-full h-full">
<VSkeletonLoader class="object-cover aspect-w-2 aspect-h-3" />