Commit ec02e845e0fd8a2cd001a2167357ab0bad126e88

Authored by 王强
1 parent 021af894

-webkit-box-orient: vertical;样式被移除问题处理

src/components/goodsItem_1/goodsItem_1.less
@@ -22,8 +22,10 @@ @@ -22,8 +22,10 @@
22 color: #666666; 22 color: #666666;
23 font-size: 28px; 23 font-size: 28px;
24 min-height: 64px; 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 text-overflow: ellipsis; 29 text-overflow: ellipsis;
28 overflow: hidden; 30 overflow: hidden;
29 } 31 }