diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index 88ebe0f66..715108b1c 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -171,7 +171,27 @@ diff --git a/ui/src/components/card-box/index.vue b/ui/src/components/card-box/index.vue index dfcde8a02..47e329cd9 100644 --- a/ui/src/components/card-box/index.vue +++ b/ui/src/components/card-box/index.vue @@ -66,6 +66,9 @@ function cardLeave() { min-height: var(--card-min-height); min-width: var(--card-min-width); border-radius: 8px; + .title { + height: 20px; + } .description { color: var(--app-text-color-secondary); line-height: 22px; diff --git a/ui/src/workflow/index.vue b/ui/src/workflow/index.vue index 6bee5d49a..8a6a65727 100644 --- a/ui/src/workflow/index.vue +++ b/ui/src/workflow/index.vue @@ -89,6 +89,7 @@ onMounted(() => { lf.value.deleteEdge(id) }) }) + setTimeout(() => { lf.value?.fitView() }, 500)