ragflow
/
web
/src
/pages
/add-knowledge
/components
/knowledge-file
/parsing-status-cell
/index.less
balibabu
feat: set width of chunk text to 100% and add Skeleton to Preview of document and remove react-pdf (#94)
a9e3dcb
.popoverContent { | |
width: 40vw; | |
.popoverContentItem { | |
display: flex; | |
gap: 10px; | |
} | |
.popoverContentText { | |
white-space: pre-line; | |
.popoverContentErrorLabel { | |
color: red; | |
} | |
} | |
} | |
.operationIcon { | |
text-align: center; | |
margin-right: 20%; | |
width: 20px; | |
&:hover { | |
cursor: pointer; | |
} | |
} | |