{{ $t('chat.tip.stopAnswer') }} -
- + +{{ $t('chat.tip.answerLoading') }} -
+From 7bd1dfbdaa9b3a750c7c5759284960c44ce3141f Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:22:52 +0800 Subject: [PATCH] fix: Optimization style and fit setting avatar save prompt error(#2523) * fix: Setting avatar save prompt error(#2523) * perf: optimization style --- ui/src/components/ai-chat/KnowledgeSource.vue | 5 ++++- .../ai-chat/component/answer-content/index.vue | 10 +++++----- ui/src/styles/element-plus.scss | 9 +++++---- ui/src/views/hit-test/index.vue | 6 +++++- ui/src/workflow/nodes/variable-assign-node/index.vue | 3 ++- 5 files changed, 21 insertions(+), 12 deletions(-) diff --git a/ui/src/components/ai-chat/KnowledgeSource.vue b/ui/src/components/ai-chat/KnowledgeSource.vue index 4e527ae6d..486e58ffb 100644 --- a/ui/src/components/ai-chat/KnowledgeSource.vue +++ b/ui/src/components/ai-chat/KnowledgeSource.vue @@ -37,7 +37,10 @@ -
{{ $t('chat.tip.stopAnswer') }} -
- + +{{ $t('chat.tip.answerLoading') }} -
+