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