1

完美解决在Taro中scss超出省略号展示不生效问题

在css中经常能碰到超出一行或者两行...几行之后,展示省略号(...)的操作,但是在初次接触Taro时,却碰到了不生效的问题,废话不多说,直接上解决方案:

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
/*! autoprefixer: off */

在H5中超出换行

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

注意:
/*! autoprefixer: off */这一句不是注释!!!!具体原理可参考下面链接:https://github.com/postcss/autoprefixer


起风了
120 声望35 粉丝

北冥有鱼,其名为鲲。鲲之大,不知其几千里也;化而为鸟,其名为鹏。鹏之背,不知其几千里也;怒而飞,其翼若垂天之云。是鸟也,海运则将徙于南冥。南冥者,天池也。