修复一些样式问题

This commit is contained in:
fan
2021-02-06 13:21:05 +08:00
parent c7e933bcd0
commit c6cb85328c
12 changed files with 20 additions and 13 deletions
+4 -1
View File
@@ -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
+7 -4
View File
@@ -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>