mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
调整 SubscribeCard 组件中 VCardText 的下边距,从 1 修改为 2,以改善布局效果
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user