Fix:2412 【商城小程序】客服聊天窗口,输入聊天内容的时候输入法区域总会挡住输入框的一部分,安卓和苹果都会有这个情况,需要优化一下

This commit is contained in:
modendeveloper
2024-09-26 20:52:51 +08:00
parent ab5e5659fe
commit e81aa3a490
+2
View File
@@ -79,6 +79,8 @@
confirm-type="send"
@input="userInput"
@confirm="userSend"
cursor-spacing="15"
:adjust-position="true"
/>
</view>
<button @click="userSend" class="v12-primary">发送</button>