From 8b8b1ecb88b24d81d929620b18557e16dcd6164f Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 29 Aug 2025 14:14:51 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B5=B0=E6=9F=A5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xt-chat/chat-view/useChatHandler.tsx | 8 +++---- src/components/xt-chat/xt-bubble/style.scss | 2 +- .../navbar/components/middle-side/index.vue | 7 ++---- .../navbar/components/middle-side/style.scss | 23 +++++++++++-------- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/xt-chat/chat-view/useChatHandler.tsx b/src/components/xt-chat/chat-view/useChatHandler.tsx index d51a515..68a7a5c 100644 --- a/src/components/xt-chat/chat-view/useChatHandler.tsx +++ b/src/components/xt-chat/chat-view/useChatHandler.tsx @@ -220,16 +220,16 @@ export default function useChatHandler(options: UseChatHandlerOptions): UseChatH > 智能思考 {isCollapse ? ( - + ) : ( - + )} )}
- -
{node}
+ +
{node}
diff --git a/src/components/xt-chat/xt-bubble/style.scss b/src/components/xt-chat/xt-bubble/style.scss index 6d2f469..d0d8381 100644 --- a/src/components/xt-chat/xt-bubble/style.scss +++ b/src/components/xt-chat/xt-bubble/style.scss @@ -32,7 +32,7 @@ .thought-chain-item { position: relative; margin: 0; - font-size: 14px; + font-size: 12px; list-style: none; .thought-chain-output { position: relative; diff --git a/src/layouts/components/navbar/components/middle-side/index.vue b/src/layouts/components/navbar/components/middle-side/index.vue index 3c346e2..f1147f0 100644 --- a/src/layouts/components/navbar/components/middle-side/index.vue +++ b/src/layouts/components/navbar/components/middle-side/index.vue @@ -1,6 +1,6 @@