mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
refactor: 调整SubscribeShareCard.vue中的卡片布局,将修复了文本溢出的问题。
This commit is contained in:
@@ -134,8 +134,8 @@ async function forkSubscribe() {
|
|||||||
</template>
|
</template>
|
||||||
</VImg>
|
</VImg>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col justify-center pl-2 xl:pl-4 line-clamp-2 overflow-hidden text-ellipsis ...">
|
<div class="flex flex-col justify-center pl-2 xl:pl-4">
|
||||||
<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 line-clamp-2 overflow-hidden text-ellipsis ...">
|
||||||
{{ props.media?.share_title }}
|
{{ props.media?.share_title }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm font-medium text-gray-200 sm:pt-1 line-clamp-3 overflow-hidden text-ellipsis ...">
|
<div class="text-sm font-medium text-gray-200 sm:pt-1 line-clamp-3 overflow-hidden text-ellipsis ...">
|
||||||
|
|||||||
Reference in New Issue
Block a user