mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-13 03:31:01 +08:00
调整 SubscribeCard 组件中图像容器的宽度,从 16px 修改为 14px,以优化布局
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user