mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
* feat: remove react-pdf * feat: add Skeleton to Preview of document * feat: set width of chunk text to 100%
25 lines
325 B
Plaintext
25 lines
325 B
Plaintext
.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;
|
|
}
|
|
}
|