超出隐藏省略号width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
自动换行 width: 70%; display: block; text-overflow: ellipsis; word-wrap: break-word;
微信小程序超出隐藏省略号和自动换行
原文:https://www.cnblogs.com/Byme/p/12719778.html