From abfd9552716afbdfd40f90a8bbb8127072cf5629 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 23 Sep 2024 10:48:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=8D=E5=BF=85=E5=A1=AB=E6=B2=A1=E6=9C=89=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/workflow/nodes/ai-chat-node/index.vue | 10 +++++++++- ui/src/workflow/nodes/question-node/index.vue | 10 +++++++++- ui/src/workflow/nodes/reply-node/index.vue | 2 +- ui/src/workflow/nodes/reranker-node/index.vue | 2 +- ui/src/workflow/nodes/search-dataset-node/index.vue | 6 +++--- 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/ui/src/workflow/nodes/ai-chat-node/index.vue b/ui/src/workflow/nodes/ai-chat-node/index.vue index df7b619bd..d9781713e 100644 --- a/ui/src/workflow/nodes/ai-chat-node/index.vue +++ b/ui/src/workflow/nodes/ai-chat-node/index.vue @@ -116,7 +116,15 @@ :autosize="{ minRows: 1, maxRows: 3 }" /> - +