mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
优化 WorkflowShareCard 组件
This commit is contained in:
@@ -100,13 +100,13 @@ function doDelete() {
|
|||||||
>
|
>
|
||||||
<div class="h-full flex flex-col">
|
<div class="h-full flex flex-col">
|
||||||
<VCardText class="flex items-center pa-3 pb-1 grow">
|
<VCardText class="flex items-center pa-3 pb-1 grow">
|
||||||
<div class="flex flex-col justify-center">
|
<div class="flex flex-col justify-center w-full">
|
||||||
<VCardTitle class="text-lg text-bold text-white line-clamp-2 overflow-hidden text-ellipsis ...">
|
<VCardTitle class="text-lg text-bold text-white line-clamp-2 break-words">
|
||||||
{{ props.workflow?.share_title }}
|
{{ props.workflow?.share_title }}
|
||||||
</VCardTitle>
|
</VCardTitle>
|
||||||
<VCardSubtitle class="line-clamp-3 overflow-hidden text-white text-ellipsis ...">
|
<div class="px-4 text-white text-opacity-90 overflow-hidden line-clamp-3 break-all ...">
|
||||||
{{ props.workflow?.share_comment }}
|
{{ props.workflow?.share_comment }}
|
||||||
</VCardSubtitle>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
<VCardText class="flex justify-space-between align-center flex-wrap py-2">
|
<VCardText class="flex justify-space-between align-center flex-wrap py-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user