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


相关文章:

  • 2021-08-07
  • 2022-12-23
  • 2018-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-07-26
  • 2021-07-13
  • 2022-12-23
相关资源
相似解决方案