17 lines
214 B
SCSS
17 lines
214 B
SCSS
|
.tui-chat-h5 {
|
||
|
flex: 1;
|
||
|
position: static;
|
||
|
|
||
|
.tui-chat-main {
|
||
|
.tui-message-list {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.message-more {
|
||
|
color: #999;
|
||
|
cursor: pointer;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
}
|
||
|
}
|