2024-02-19 19:16:23 +08:00
|
|
|
.chatContainer {
|
|
|
|
|
padding: 0 24px 24px;
|
2024-02-26 18:38:54 +08:00
|
|
|
.messageContainer {
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
2024-02-19 19:16:23 +08:00
|
|
|
}
|
2024-02-22 17:14:25 +08:00
|
|
|
|
|
|
|
|
.messageItem {
|
2024-02-26 18:38:54 +08:00
|
|
|
padding: 24px 0;
|
|
|
|
|
.messageItemSection {
|
2024-02-22 17:14:25 +08:00
|
|
|
display: inline-block;
|
2024-02-26 18:38:54 +08:00
|
|
|
}
|
|
|
|
|
.messageItemSectionLeft {
|
|
|
|
|
width: 70%;
|
|
|
|
|
}
|
|
|
|
|
.messageItemSectionRight {
|
|
|
|
|
width: 30%;
|
|
|
|
|
}
|
|
|
|
|
.messageItemContent {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
gap: 20px;
|
|
|
|
|
}
|
|
|
|
|
.messageItemContentReverse {
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
}
|
|
|
|
|
.messageText {
|
|
|
|
|
padding: 0 14px;
|
|
|
|
|
background-color: rgba(249, 250, 251, 1);
|
|
|
|
|
}
|
|
|
|
|
.referenceIcon {
|
|
|
|
|
padding: 0 6px;
|
2024-02-22 17:14:25 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.messageItemLeft {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.messageItemRight {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
2024-02-27 19:05:50 +08:00
|
|
|
|
|
|
|
|
.referencePopoverWrapper {
|
|
|
|
|
width: 50vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.referenceChunkImage {
|
|
|
|
|
width: 10vw;
|
|
|
|
|
}
|
2024-02-28 16:28:33 +08:00
|
|
|
|
|
|
|
|
.referenceImagePreview {
|
|
|
|
|
width: 600px;
|
|
|
|
|
}
|