修复发送按钮样式错误问题
This commit is contained in:
@@ -577,9 +577,7 @@ 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 "";
|
||||
}
|
||||
@@ -1095,11 +1093,10 @@ bezier = cubic-bezier(0.645, 0.045, 0.355, 1)
|
||||
+b(lemon-vessel)
|
||||
display flex
|
||||
flex 1
|
||||
height 100%
|
||||
overflow hidden
|
||||
+e(left)
|
||||
display flex
|
||||
flex-direction column
|
||||
height 100%
|
||||
flex 1
|
||||
+e(right)
|
||||
flex none
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user