编译APP的优化

2021-09-09 16:47:27 阅读:1 编辑
  1. text-align:center 转 align-items: center
  2. flex-flow 转 flex-direction
  3. 自动加flex-wrap:wrap;