ragflow
/
web
/src
/pages
/add-knowledge
/components
/knowledge-file
/parsing-status-cell
/index.less
balibabu
feat: add DocumentPreviewer for chunk of chat reference and remove duplicate \n from record.progress_msg (#97)
ae21b62
| .popoverContent { | |
| width: 40vw; | |
| .popoverContentItem { | |
| display: flex; | |
| gap: 10px; | |
| } | |
| .popoverContentText { | |
| white-space: pre-line; | |
| max-height: 50vh; | |
| overflow: auto; | |
| .popoverContentErrorLabel { | |
| color: red; | |
| } | |
| } | |
| } | |
| .operationIcon { | |
| text-align: center; | |
| margin-right: 20%; | |
| width: 20px; | |
| &:hover { | |
| cursor: pointer; | |
| } | |
| } | |