修复表情弹出框被遮挡的问题

This commit is contained in:
fan
2021-02-07 21:45:47 +08:00
parent 8036b8dd22
commit ade377b467
15 changed files with 10683 additions and 6863 deletions
+4 -2
View File
@@ -577,7 +577,9 @@ export default {
lastContentRender(message) {
if (!isFunction(lastContentRender[message.type])) {
console.error(
`not found '${message.type}' of the latest message renderer,try to use setLastContentRender()`,
`not found '${
message.type
}' of the latest message renderer,try to use setLastContentRender()`,
);
return "";
}
@@ -1093,11 +1095,11 @@ bezier = cubic-bezier(0.645, 0.045, 0.355, 1)
+b(lemon-vessel)
display flex
flex 1
overflow hidden
+e(left)
display flex
flex-direction column
flex 1
height 100%
+e(right)
flex none
+b(lemon-messages)
+1 -1
View File
@@ -138,7 +138,7 @@ export default {
<style lang="stylus">
@import '~styles/utils/index'
+b(lemon-messages)
//height 400px
height 400px
overflow-x hidden
overflow-y auto
scrollbar-light()