Commit 44ab88e9cb54f1af7e5f51b672ebbc6bc0bfac5c

Authored by 王强
1 parent 6f7bbc6e

/*! autoprefixer: off */

-webkit-box-orient: vertical;
/*! autoprefixer: on */

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