From 4053aa176e61d368f8db9737c4533d6e9ff9bea6 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Tue, 9 Sep 2025 14:34:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AD=97=E4=BD=93=E8=B0=83=E6=95=B4pe?= =?UTF-8?q?rf:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/xt-chat/chat-view/useChatHandler.tsx | 4 ++-- .../home/components/history-conversation-drawer/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/xt-chat/chat-view/useChatHandler.tsx b/src/components/xt-chat/chat-view/useChatHandler.tsx index 4dca3cb..2051d94 100644 --- a/src/components/xt-chat/chat-view/useChatHandler.tsx +++ b/src/components/xt-chat/chat-view/useChatHandler.tsx @@ -96,7 +96,7 @@ export default function useChatHandler(options: UseChatHandlerOptions): UseChatH shape: 'round', style: ROLE_STYLE, messageRender: (message: string) => { - return
+ return
{message}
; }, @@ -106,7 +106,7 @@ export default function useChatHandler(options: UseChatHandlerOptions): UseChatH variant: 'borderless', style: ROLE_STYLE, messageRender: (message: string) => { - return
; + return
; }, footer: (params) => { const { content, item } = params as { content: string; item: MESSAGE.Answer }; diff --git a/src/views/home/components/history-conversation-drawer/index.vue b/src/views/home/components/history-conversation-drawer/index.vue index 46c2f97..5365374 100644 --- a/src/views/home/components/history-conversation-drawer/index.vue +++ b/src/views/home/components/history-conversation-drawer/index.vue @@ -94,7 +94,7 @@ export default { }); return () => ( - +
历史对话