Fix(AI):[#3606]苹果手机键盘底部及开启新对话按钮没有留空隙
This commit is contained in:
@@ -134,6 +134,9 @@
|
||||
:class="{
|
||||
'focus': onFocus
|
||||
}"
|
||||
:style="{
|
||||
'transform': 'translateY(-' + (keyboardHeight + 'px') + ')'
|
||||
}"
|
||||
class="page-to-bottom"
|
||||
>
|
||||
<image
|
||||
@@ -147,6 +150,7 @@
|
||||
<bottom-send
|
||||
ref="bottomSend"
|
||||
:loading="loading"
|
||||
:keyboard-height="keyboardHeight"
|
||||
@send="streamReq"
|
||||
@history="historyViewHandle"
|
||||
@focus="inputFocusHandle"
|
||||
|
||||
@@ -187,6 +187,9 @@
|
||||
:class="{
|
||||
'focus': onFocus
|
||||
}"
|
||||
:style="{
|
||||
'transform': 'translateY(-' + (keyboardHeight + 'px') + ')'
|
||||
}"
|
||||
class="page-to-bottom"
|
||||
>
|
||||
<view
|
||||
@@ -212,6 +215,7 @@
|
||||
<bottom-send
|
||||
ref="bottomSend"
|
||||
:loading="loading"
|
||||
:keyboard-height="keyboardHeight"
|
||||
@send="streamReq"
|
||||
@add="createNewHandle"
|
||||
@history="historyViewHandle"
|
||||
|
||||
Reference in New Issue
Block a user