17 lines
214 B
SCSS
Raw Normal View History

2025-04-21 18:05:32 +08:00
.tui-chat-h5 {
flex: 1;
position: static;
.tui-chat-main {
.tui-message-list {
height: 100%;
}
.message-more {
color: #999;
cursor: pointer;
font-size: 14px;
}
}
}