diff --git a/web/src/components/Chat/ChatContent.tsx b/web/src/components/Chat/ChatContent.tsx index 11ccb5c3..c90f9208 100644 --- a/web/src/components/Chat/ChatContent.tsx +++ b/web/src/components/Chat/ChatContent.tsx @@ -55,7 +55,7 @@ const ChatContent: FC = ({ } {/* 消息气泡框 */} -
= ({
{/* 底部标签(如时间戳、用户名等) */} {labelPosition === 'bottom' && -
+
{labelFormat(item)}
} diff --git a/web/src/views/Conversation/index.tsx b/web/src/views/Conversation/index.tsx index d385e1f0..6ccb35ec 100644 --- a/web/src/views/Conversation/index.tsx +++ b/web/src/views/Conversation/index.tsx @@ -259,9 +259,10 @@ const Conversation: FC = () => {
+
} - contentClassName="rb:h-[calc(100%-152px)]" + empty={} + contentClassName="rb:h-[calc(100%-152px)] " data={chatList} streamLoading={streamLoading} loading={loading} @@ -290,6 +291,7 @@ const Conversation: FC = () => { +
)