1.解决华为机型短信发送消息过长输入框变形问题
This commit is contained in:
parent
b90c0c6774
commit
3b2396ec5c
|
|
@ -73,7 +73,7 @@
|
||||||
auto-blur :placeholder="showInfo.placeholder" v-model="content" @input="onInput"
|
auto-blur :placeholder="showInfo.placeholder" v-model="content" @input="onInput"
|
||||||
@focus="onFocus" @blur="onBlur"></textarea> -->
|
@focus="onFocus" @blur="onBlur"></textarea> -->
|
||||||
<editor id="chat-layout-editor" class="input flex-1" :placeholder="showInfo.placeholder"
|
<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"
|
<image v-if="phone == 'iphone' && !isSend" class="right-icon"
|
||||||
src="/static/image/phone-message/iphone/mic.png"></image>
|
src="/static/image/phone-message/iphone/mic.png"></image>
|
||||||
<image v-if="phone == 'iphone' && isSend" class="right-send-icon"
|
<image v-if="phone == 'iphone' && isSend" class="right-send-icon"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue