소스 검색

fix: 消息无法滚动到底部的bug

xsx 1 년 전
부모
커밋
e600aebd56
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      im-uniapp/components/chat-message-item/chat-message-item.vue

+ 1 - 0
im-uniapp/components/chat-message-item/chat-message-item.vue

@@ -256,6 +256,7 @@ export default {
 				color: $im-text-color-lighter;
 				font-size: $im-font-size-smaller;
 				line-height: $im-font-size-smaller;
+				height: $im-font-size-smaller;
 			}
 
 			.chat-msg-bottom {