Fix(AI):[#3606]苹果手机键盘底部及开启新对话按钮没有留空隙

This commit is contained in:
lifizer
2025-04-08 12:20:09 +08:00
parent f6851bfa77
commit 16abf0fdb6
6 changed files with 34 additions and 4 deletions
+4
View File
@@ -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"
+4
View File
@@ -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"