Commit ec02e845e0fd8a2cd001a2167357ab0bad126e88
1 parent
021af894
-webkit-box-orient: vertical;样式被移除问题处理
Showing
1 changed file
with
4 additions
and
2 deletions
src/components/goodsItem_1/goodsItem_1.less
| ... | ... | @@ -22,8 +22,10 @@ |
| 22 | 22 | color: #666666; |
| 23 | 23 | font-size: 28px; |
| 24 | 24 | min-height: 64px; |
| 25 | - -webkit-line-clamp: 2; | |
| 26 | - -webkit-box-orient: vertical; | |
| 25 | + -webkit-line-clamp: 2; | |
| 26 | + /*! autoprefixer: off */ | |
| 27 | + -webkit-box-orient: vertical; | |
| 28 | + /*! autoprefixer: on */ | |
| 27 | 29 | text-overflow: ellipsis; |
| 28 | 30 | overflow: hidden; |
| 29 | 31 | } | ... | ... |