fix:会话最后一条消息内容英文强制换行

feature/pay-0615-ch
ch 3 years ago
parent c9aa0198ff
commit c62a4ec0c9

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-03-22 16:13:00 * @Date: 2022-03-22 16:13:00
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-14 21:31:43 * @LastEditTime: 2022-06-14 21:33:45
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -112,6 +112,7 @@ export default {
display:-webkit-box; display:-webkit-box;
-webkit-box-orient:vertical; -webkit-box-orient:vertical;
-webkit-line-clamp:2; -webkit-line-clamp:2;
word-break: break-all;
} }
&--right{ &--right{

Loading…
Cancel
Save