Commit 44ab88e9cb54f1af7e5f51b672ebbc6bc0bfac5c
1 parent
6f7bbc6e
/*! autoprefixer: off */
-webkit-box-orient: vertical; /*! autoprefixer: on */ 处理打包CSS样式缺失问题
Showing
2 changed files
with
4 additions
and
0 deletions
src/components/columnCommodityListBox/columnCommodityListBox.less
| @@ -69,7 +69,9 @@ | @@ -69,7 +69,9 @@ | ||
| 69 | height: auto; | 69 | height: auto; |
| 70 | line-height: 40px; | 70 | line-height: 40px; |
| 71 | -webkit-line-clamp: 2; | 71 | -webkit-line-clamp: 2; |
| 72 | + /*! autoprefixer: off */ | ||
| 72 | -webkit-box-orient: vertical; | 73 | -webkit-box-orient: vertical; |
| 74 | + /*! autoprefixer: on */ | ||
| 73 | text-overflow: ellipsis; | 75 | text-overflow: ellipsis; |
| 74 | overflow: hidden; | 76 | overflow: hidden; |
| 75 | } | 77 | } |
src/components/goodsItem_7/goodsItem_7.less
| @@ -38,7 +38,9 @@ | @@ -38,7 +38,9 @@ | ||
| 38 | min-height: 76px; | 38 | min-height: 76px; |
| 39 | line-height: 40px; | 39 | line-height: 40px; |
| 40 | -webkit-line-clamp: 2; | 40 | -webkit-line-clamp: 2; |
| 41 | + /*! autoprefixer: off */ | ||
| 41 | -webkit-box-orient: vertical; | 42 | -webkit-box-orient: vertical; |
| 43 | + /*! autoprefixer: on */ | ||
| 42 | text-overflow: ellipsis; | 44 | text-overflow: ellipsis; |
| 43 | overflow: hidden; | 45 | overflow: hidden; |
| 44 | } | 46 | } |