优化 WorkflowShareCard 组件

This commit is contained in:
jxxghp
2025-07-10 15:08:10 +08:00
parent b3d3561111
commit 0e2a259999
+4 -4
View File
@@ -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">