fix:Use use-chunk-request.ts to replace chunk-hooks.ts; implement chunk selectAll, enable, disable and other functions (#8695)

### What problem does this PR solve?

Use use-chunk-request.ts to replace chunk-hooks.ts; implement chunk
selectAll, enable, disable and other functions
[#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:
chanx
2025-07-07 14:13:13 +08:00
committed by GitHub
parent 4d7bfd2ba3
commit 2259bb2586
4 changed files with 100 additions and 23 deletions

View File

@ -41,7 +41,7 @@
.chunkContainer {
display: flex;
// height: calc(100vh - 332px);
height: calc(100vh - 270px);
height: calc(100vh - 300px);
}
.chunkOtherContainer {
@ -50,6 +50,7 @@
.pageFooter {
padding-top: 10px;
padding-right: 10px;
height: 32px;
}
}