mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix: Remove antd from dataset-page (#8830)
### What problem does this PR solve? remove antd from dataset-page [#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,8 +41,7 @@
|
||||
|
||||
.chunkContainer {
|
||||
display: flex;
|
||||
// height: calc(100vh - 332px);
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 332px);
|
||||
}
|
||||
|
||||
.chunkOtherContainer {
|
||||
|
||||
Reference in New Issue
Block a user