mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Wrap the searched chunk with a Popover #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
.primitiveImg {
|
|
display: inline-block;
|
|
max-height: 100px;
|
|
}
|
|
|
|
.image {
|
|
max-width: 100px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.imagePreview {
|
|
display: block;
|
|
max-width: 45vw;
|
|
max-height: 40vh;
|
|
}
|