mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-29 04:32:00 +08:00

### What problem does this PR solve? #345 feat: translate FileManager feat: batch delete files from the file table in the knowledge base ### Type of change - [x] New Feature (non-breaking change which adds functionality)
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
.uploader {
|
|
:global {
|
|
.ant-upload-list {
|
|
max-height: 40vh;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
}
|