修复一些样式问题
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
|
||||
|
||||
@@ -149,8 +149,9 @@ arrow()
|
||||
+e(title)
|
||||
display flex
|
||||
font-size 12px
|
||||
line-height 14px
|
||||
padding-bottom 6px
|
||||
line-height 16px
|
||||
height 16px
|
||||
padding-bottom 4px
|
||||
user-select none
|
||||
color #666
|
||||
+e(content-flex)
|
||||
@@ -227,11 +228,13 @@ arrow()
|
||||
padding-right 0
|
||||
padding-left 10px
|
||||
+m(hide-title)
|
||||
+e(avatar)
|
||||
padding-top 10px
|
||||
+e(status)
|
||||
top 5px
|
||||
top 14px
|
||||
+e(content)
|
||||
position relative
|
||||
top -5px
|
||||
top -10px
|
||||
&:before
|
||||
top 14px
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user