ragflow
/
web
/src
/pages
/add-knowledge
/components
/knowledge-chunk
/components
/chunk-card
/index.less
.image { | |
width: 100px ; | |
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 ; | |
} | |
.chunkCard { | |
width: 100%; | |
} | |
.cardSelected { | |
background-color: @selectedBackgroundColor; | |
} | |