yangdx
commited on
Commit
·
5696d3c
1
Parent(s):
5095967
Optimize layout
Browse files
lightrag_webui/src/features/DocumentManager.tsx
CHANGED
@@ -427,7 +427,7 @@ export default function DocumentManager() {
|
|
427 |
)}
|
428 |
{docs && (
|
429 |
<div className="absolute inset-0 flex flex-col p-0">
|
430 |
-
<div className="absolute inset-[-1px] flex flex-col p-0 border border-gray-200 dark:border-gray-700 overflow-hidden">
|
431 |
<Table className="w-full">
|
432 |
<TableHeader className="sticky top-0 bg-background z-10 shadow-sm">
|
433 |
<TableRow className="border-b bg-card/95 backdrop-blur supports-[backdrop-filter]:bg-card/75 shadow-[inset_0_-1px_0_rgba(0,0,0,0.1)]">
|
|
|
427 |
)}
|
428 |
{docs && (
|
429 |
<div className="absolute inset-0 flex flex-col p-0">
|
430 |
+
<div className="absolute inset-[-1px] flex flex-col p-0 border rounded-md border-gray-200 dark:border-gray-700 overflow-hidden">
|
431 |
<Table className="w-full">
|
432 |
<TableHeader className="sticky top-0 bg-background z-10 shadow-sm">
|
433 |
<TableRow className="border-b bg-card/95 backdrop-blur supports-[backdrop-filter]:bg-card/75 shadow-[inset_0_-1px_0_rgba(0,0,0,0.1)]">
|