修复一些样式问题
This commit is contained in:
@@ -685,7 +685,9 @@ export default {
|
||||
|
||||
if (!allMessages[contactId]) {
|
||||
this.updateCurrentMessages();
|
||||
this._emitPullMessages(isEnd => this.messageViewToBottom());
|
||||
this._emitPullMessages(isEnd => {
|
||||
this.messageViewToBottom();
|
||||
});
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
this.updateCurrentMessages();
|
||||
@@ -1093,6 +1095,7 @@ bezier = cubic-bezier(0.645, 0.045, 0.355, 1)
|
||||
+b(lemon-vessel)
|
||||
display flex
|
||||
flex 1
|
||||
height 100%
|
||||
+e(left)
|
||||
display flex
|
||||
flex-direction column
|
||||
|
||||
Reference in New Issue
Block a user