Authored by shuaiguo

fix(group): 拼团页面样式修改

1 { 1 {
2 "name": "yohobuywap-node", 2 "name": "yohobuywap-node",
3 - "version": "6.13.3", 3 + "version": "6.13.4",
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": {
@@ -63,6 +63,7 @@ @@ -63,6 +63,7 @@
63 overflow: hidden; 63 overflow: hidden;
64 text-overflow: ellipsis; 64 text-overflow: ellipsis;
65 word-wrap: break-word; 65 word-wrap: break-word;
  66 + word-break: break-all;
66 white-space: normal !important; 67 white-space: normal !important;
67 -webkit-line-clamp: 2; 68 -webkit-line-clamp: 2;
68 -webkit-box-orient: vertical; 69 -webkit-box-orient: vertical;