jiuyiUniapp/jiuyi2/TUIKit/components/TUIChat/message-list/style/h5.scss

17 lines
214 B
SCSS
Raw Normal View History

2024-12-18 15:46:27 +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;
}
}
}