Authored by TaoHuang

fix

@@ -231,7 +231,6 @@ export default { @@ -231,7 +231,6 @@ export default {
231 font-size: 24px; 231 font-size: 24px;
232 line-height: 36px; 232 line-height: 36px;
233 max-height: 72px; 233 max-height: 72px;
234 - word-break: break-all;  
235 /* stylelint-disable */ 234 /* stylelint-disable */
236 text-overflow: -o-ellipsis-lastline; 235 text-overflow: -o-ellipsis-lastline;
237 text-overflow: ellipsis; 236 text-overflow: ellipsis;
@@ -193,7 +193,6 @@ export default { @@ -193,7 +193,6 @@ export default {
193 padding: 10px 20px; 193 padding: 10px 20px;
194 194
195 > p { 195 > p {
196 - word-break: break-all;  
197 /* stylelint-disable */ 196 /* stylelint-disable */
198 text-overflow: -o-ellipsis-lastline; 197 text-overflow: -o-ellipsis-lastline;
199 text-overflow: ellipsis; 198 text-overflow: ellipsis;
1 { 1 {
2 "name": "yoho-community-web", 2 "name": "yoho-community-web",
3 - "version": "6.9.8-beta37", 3 + "version": "6.9.8-beta38",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {