1 .view_class { 2 display: flex; 3 flex-direction: row; 4 justify-content: center; 5 }
1 .view_class { 2 flex-direction: column; 3 justify-content: center; 4 }
效果图:(wxml是一个view内嵌 3个button组件)
微信小程序控件 横/纵向排列
原文:https://www.cnblogs.com/yocichen/p/10352612.html