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 @@