diff --git a/components/message/chat/chat-layout.vue b/components/message/chat/chat-layout.vue index 3262f05..84d8c70 100644 --- a/components/message/chat/chat-layout.vue +++ b/components/message/chat/chat-layout.vue @@ -73,7 +73,7 @@ auto-blur :placeholder="showInfo.placeholder" v-model="content" @input="onInput" @focus="onFocus" @blur="onBlur"> --> + @input="onInput" style="word-break: break-all; word-wrap: break-word;"> - + ¥ {{ Number(transferData.amount).toFixed(2) }} @@ -55,16 +55,16 @@