Merge pull request #1220 from danielaskdd/main

Optima document TAB layout
This commit is contained in:
Daniel.y
2025-03-29 01:57:46 +08:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -8,8 +8,8 @@
<link rel="icon" type="image/svg+xml" href="logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lightrag</title>
<script type="module" crossorigin src="/webui/assets/index-BZZMDLIK.js"></script>
<link rel="stylesheet" crossorigin href="/webui/assets/index-Cl6-O9yL.css">
<script type="module" crossorigin src="/webui/assets/index-raheqJeu.js"></script>
<link rel="stylesheet" crossorigin href="/webui/assets/index-CD5HxTy1.css">
</head>
<body>
<div id="root"></div>

View File

@@ -394,7 +394,7 @@ export default function DocumentManager() {
/>
</div>
<Card className="flex-1 flex flex-col border rounded-md min-h-0 mb-0">
<Card className="flex-1 flex flex-col border rounded-md min-h-0 mb-2">
<CardHeader className="flex-none py-2 px-4">
<div className="flex justify-between items-center">
<CardTitle>{t('documentPanel.documentManager.uploadedTitle')}</CardTitle>
@@ -427,7 +427,7 @@ export default function DocumentManager() {
)}
{docs && (
<div className="absolute inset-0 flex flex-col p-0">
<div className="w-full h-full flex flex-col border border-gray-200 dark:border-gray-700 overflow-hidden">
<div className="absolute inset-[-1px] flex flex-col p-0 border rounded-md border-gray-200 dark:border-gray-700 overflow-hidden">
<Table className="w-full">
<TableHeader className="sticky top-0 bg-background z-10 shadow-sm">
<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)]">