fix:英文强制换行

feature/pay-0615-ch
ch 2 years ago
parent cdceda6747
commit 0d24392296

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-26 14:32:03
* @LastEditors: ch
* @LastEditTime: 2022-06-14 16:58:17
* @LastEditTime: 2022-06-14 17:13:17
* @Description: file content
-->
<template>
@ -277,6 +277,7 @@ page{
color: #333;
font-size: 32rpx;
line-height: 40rpx;
word-break: break-all;
}
&__img{
height: 140rpx;

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-22 16:13:00
* @LastEditors: ch
* @LastEditTime: 2022-06-14 15:14:02
* @LastEditTime: 2022-06-14 17:12:37
* @Description: file content
-->
<template>
@ -18,7 +18,7 @@
<text class="msgItem--text" v-if="item.lastMessage">
<template v-if="item.lastMessage.type == msgType.TXT">{{item.lastMessage.payload.content || item.lastMessage.payload.text}}</template>
<template v-if="item.lastMessage.type == msgType.CUSTOM">
<template v-if="item.lastMessage.payload.customType === 'orderAutoDelivery'">
<template v-if="['returnLogistics','orderAutoDelivery'].includes(item.lastMessage.payload.customType)">
{{item.lastMessage.payload.content}}
</template>
<template v-if="item.lastMessage.payload.customType === 'app_push'">
@ -112,6 +112,7 @@ export default {
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
&--right{
text-align: right;

Loading…
Cancel
Save