Files
tk-mini-program/TUIKit/components/TUIChat/message-list/style/h5.scss
pengxiaolong c006a8e63d 消息
2025-05-13 19:39:53 +08:00

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;
}
}
}