调整 SubscribeCard 组件中图像容器的宽度,从 16px 修改为 14px,以优化布局

This commit is contained in:
jxxghp
2025-05-22 15:22:51 +08:00
parent 5312b82ba7
commit e90b30bf63

View File

@@ -348,7 +348,7 @@ function onSubscribeEditRemove() {
</template>
<div>
<VCardText class="flex items-center pt-3 pb-1">
<div class="h-auto w-16 flex-shrink-0 overflow-hidden rounded-md cursor-move" v-if="imageLoaded">
<div class="h-auto w-14 flex-shrink-0 overflow-hidden rounded-md cursor-move" v-if="imageLoaded">
<VImg :src="posterUrl" aspect-ratio="2/3" cover>
<template #placeholder>
<div class="w-full h-full">