From 3f52c7985f2dfb45d7549d2a5e6d88629859c8a4 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 27 Mar 2025 10:45:28 +0800 Subject: [PATCH] Optimize collum width --- lightrag_webui/src/features/DocumentManager.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightrag_webui/src/features/DocumentManager.tsx b/lightrag_webui/src/features/DocumentManager.tsx index 962ed90b..9d070224 100644 --- a/lightrag_webui/src/features/DocumentManager.tsx +++ b/lightrag_webui/src/features/DocumentManager.tsx @@ -358,12 +358,12 @@ export default function DocumentManager() { {Object.entries(docs.statuses).map(([status, documents]) => documents.map((doc) => ( - + {showFileName ? ( <>
- {getDisplayFileName(doc, 25)} + {getDisplayFileName(doc, 30)}
{doc.file_path} @@ -382,7 +382,7 @@ export default function DocumentManager() {
)} - +
{doc.content_summary}