mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user