1.解决华为机型短信发送消息过长输入框变形问题

This commit is contained in:
tangxinyue 2026-06-23 14:25:19 +08:00
parent b90c0c6774
commit 3b2396ec5c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
auto-blur :placeholder="showInfo.placeholder" v-model="content" @input="onInput"
@focus="onFocus" @blur="onBlur"></textarea> -->
<editor id="chat-layout-editor" class="input flex-1" :placeholder="showInfo.placeholder"
@input="onInput"></editor>
@input="onInput" style="word-break: break-all; word-wrap: break-word;"></editor>
<image v-if="phone == 'iphone' && !isSend" class="right-icon"
src="/static/image/phone-message/iphone/mic.png"></image>
<image v-if="phone == 'iphone' && isSend" class="right-send-icon"