mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
[feature](webapp) upgrade chat version
This commit is contained in:
@@ -3,6 +3,26 @@
|
||||
@chat-item-prefix-cls: ~'@{supersonic-chat-prefix}-item';
|
||||
|
||||
.@{chat-item-prefix-cls} {
|
||||
display: flex;
|
||||
|
||||
&-avatar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 40px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 6px;
|
||||
border-radius: 50%;
|
||||
color: var(--chat-blue);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
&-content {
|
||||
// flex: 1;
|
||||
width: calc(100% - 50px);
|
||||
}
|
||||
|
||||
&-metric-info-list {
|
||||
margin-top: 30px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user