Fix:Added support for preview of txt, md, excel, csv, ppt, image, doc and other files (#8712)

### What problem does this PR solve?

Added support for preview of txt, md, excel, csv, ppt, image, doc and
other files [#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-08 10:39:18 +08:00
committed by GitHub
parent 3e1e908422
commit 01f81b24f6
11 changed files with 496 additions and 14 deletions

View File

@ -35,7 +35,8 @@
.documentPreview {
// width: 40%;
height: 100%;
height: calc(100vh - 130px);
overflow: auto;
}
.chunkContainer {