mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 09:35:06 +08:00
### What problem does this PR solve? feat: Added UI functions related to data-flow knowledge base #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
37 lines
457 B
Plaintext
37 lines
457 B
Plaintext
.image {
|
|
width: 100px !important;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.imagePreview {
|
|
max-width: 50vw;
|
|
max-height: 50vh;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.content {
|
|
flex: 1;
|
|
.chunkText;
|
|
}
|
|
|
|
.contentEllipsis {
|
|
.multipleLineEllipsis(3);
|
|
}
|
|
|
|
.contentText {
|
|
word-break: break-all !important;
|
|
}
|
|
|
|
.chunkCard {
|
|
width: 100%;
|
|
padding: 18px 10px;
|
|
}
|
|
|
|
.cardSelected {
|
|
background-color: @selectedBackgroundColor;
|
|
}
|
|
|
|
.cardSelectedDark {
|
|
background-color: #ffffff2f;
|
|
}
|