h5.scss 214 B

1234567891011121314151617
  1. .tui-chat-h5 {
  2. flex: 1;
  3. position: static;
  4. .tui-chat-main {
  5. .tui-message-list {
  6. height: 100%;
  7. }
  8. .message-more {
  9. color: #999;
  10. cursor: pointer;
  11. font-size: 14px;
  12. }
  13. }
  14. }