mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 08:49:47 +08:00
调整 SubscribeCard 组件中 VCardText 的下边距,从 1 修改为 2,以改善布局效果
This commit is contained in:
@@ -347,7 +347,7 @@ function onSubscribeEditRemove() {
|
||||
/>
|
||||
</template>
|
||||
<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">
|
||||
<VImg :src="posterUrl" aspect-ratio="2/3" cover>
|
||||
<template #placeholder>
|
||||
|
||||
Reference in New Issue
Block a user