调整 SubscribeCard 组件中 VCardText 的下边距,从 1 修改为 2,以改善布局效果

This commit is contained in:
jxxghp
2025-05-23 08:04:26 +08:00
parent f0ef9565e2
commit 8efa5f7a28
+1 -1
View File
@@ -347,7 +347,7 @@ function onSubscribeEditRemove() {
/> />
</template> </template>
<div> <div>
<VCardText class="flex items-center pt-3 pb-1"> <VCardText class="flex items-center pt-3 pb-2">
<div class="h-auto w-14 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> <VImg :src="posterUrl" aspect-ratio="2/3" cover>
<template #placeholder> <template #placeholder>