fix:Optimized the style of the dataset configuration page and added the l… (#8655)

### What problem does this PR solve?

Optimized the style of the dataset configuration page and added the
logic of cancelling submission
[#3221](https://github.com/infiniflow/ragflow/issues/3221)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
dcc123456
2025-07-04 15:11:30 +08:00
committed by GitHub
parent b382b63f9a
commit 1cf24be04b
8 changed files with 71 additions and 82 deletions

View File

@ -102,7 +102,7 @@ export default function DatasetSettings() {
setCurrentTab(val);
}}
>
<TabsList className="grid w-full bg-background grid-cols-2 rounded-none bg-[#161618]">
<TabsList className="grid bg-background grid-cols-2 rounded-none bg-[#161618]">
<TabsTrigger
value="generalForm"
className="group bg-transparent p-0 !border-transparent"