-webkit-box-orient 样式无效

-webkit-box-orient: vertical; 
在vue,react中使用样式无效,因为autoprefixer打包会自动生成前缀
应该如下使用:
/* autoprefixer: off */
-webkit-box-orient: vertical;


posted @ 2019-12-10 15:32  sure2016  阅读(1857)  评论(0编辑  收藏  举报