From 557a57c627dbaf97ec343de7933168f78187a489 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 11 二月 2025 18:53:34 +0800 Subject: [PATCH] 意图分析都在第一个,流问题bug --- src/components/chat/components/Loding.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/components/Loding.vue b/src/components/chat/components/Loding.vue index 8c53743..e080e1a 100644 --- a/src/components/chat/components/Loding.vue +++ b/src/components/chat/components/Loding.vue @@ -1,5 +1,5 @@ <template> - <div class="com__box flex-center text-sm rounded-[6px] p-4 leading-relaxed bg-white"> + <div class="com__box flex-center rounded-[6px] p-4 leading-relaxed bg-white"> <p class="text">{{ process }}<div class="dot">...</div></p> </div> </template> -- Gitblit v1.9.3