mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
调整SubscribeCard组件的样式
This commit is contained in:
@@ -353,7 +353,7 @@ function onSubscribeEditRemove() {
|
|||||||
<div>
|
<div>
|
||||||
<VCardText class="flex items-center pt-3 pb-2">
|
<VCardText class="flex items-center pt-3 pb-2">
|
||||||
<div
|
<div
|
||||||
class="h-auto w-14 flex-shrink-0 overflow-hidden rounded-md"
|
class="h-auto w-12 flex-shrink-0 overflow-hidden rounded-md"
|
||||||
v-if="imageLoaded"
|
v-if="imageLoaded"
|
||||||
:class="{ 'cursor-move': display.mdAndUp.value }"
|
:class="{ 'cursor-move': display.mdAndUp.value }"
|
||||||
>
|
>
|
||||||
@@ -367,7 +367,7 @@ function onSubscribeEditRemove() {
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-center overflow-hidden pl-2 xl:pl-4">
|
<div class="flex flex-col justify-center overflow-hidden pl-2 xl:pl-4">
|
||||||
<div class="text-sm font-medium text-white sm:pt-1">{{ props.media?.year }}</div>
|
<div class="text-sm font-medium text-white sm:pt-1">{{ props.media?.year }}</div>
|
||||||
<div class="mr-2 min-w-0 text-lg font-bold text-white">
|
<div class="mr-2 min-w-0 text-lg font-bold text-white text-ellipsis overflow-hidden line-clamp-2 ...">
|
||||||
{{ props.media?.name }}
|
{{ props.media?.name }}
|
||||||
{{ formatSeason(props.media?.season ? props.media?.season.toString() : '') }}
|
{{ formatSeason(props.media?.season ? props.media?.season.toString() : '') }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user