first commit

This commit is contained in:
jerryjzhang
2023-06-12 18:44:01 +08:00
commit dc4fc69b57
879 changed files with 573090 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
@import '../../styles/index.less';
@chat-item-prefix-cls: ~'@{supersonic-chat-prefix}-item';
.@{chat-item-prefix-cls} {
&-metric-info-list {
margin-top: 30px;
display: flex;
flex-direction: column;
row-gap: 30px;
}
&-typing {
width: 100%;
padding: 0 5px;
.ant-spin-dot {
width: 100% !important;
height: 100% !important;
}
}
&-typing-bubble {
width: fit-content;
padding: 16px !important;
}
&-text-bubble {
width: fit-content;
}
&-text {
line-height: 1.5;
white-space: pre-wrap;
overflow-wrap: break-word;
user-select: text;
}
}