Fix:2412 【商城小程序】客服聊天窗口,输入聊天内容的时候输入法区域总会挡住输入框的一部分,安卓和苹果都会有这个情况,需要优化一下
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user