From 843df8802a77a7da41bc34fe4c284e6a2ba5f5ca Mon Sep 17 00:00:00 2001 From: susie-laptop Date: Tue, 4 Mar 2025 15:00:21 -0500 Subject: [PATCH] [dev]update chat card style --- src/pages/Chat/NewChat.jsx | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/src/pages/Chat/NewChat.jsx b/src/pages/Chat/NewChat.jsx index a096fa7..1d54400 100644 --- a/src/pages/Chat/NewChat.jsx +++ b/src/pages/Chat/NewChat.jsx @@ -63,34 +63,13 @@ export default function NewChat() { kb.access === 'full' || kb.access === 'read' ? (
handleSelectKnowledgeBase(kb.id)} style={{ cursor: 'pointer' }} > -
-
{kb.title}
+
+

{kb.title}

{kb.description}

-
- - {kb.documents} 文档 - - - {kb.date} - -
-
- {kb.access === 'full' ? ( - - - 完全访问 - - ) : ( - - - 只读访问 - - )} -