控件(按鈕)橫向排列 wxss
1 .view_class { 2 display: flex; 3 flex-direction: row; 4 justify-content: center; 5 }
控件(按鈕)縱向排列 wxss
1 .view_class { 2 flex-direction: column; 3 justify-content: center; 4 }
效果圖:(wxml是一個view內嵌 3個button組件)
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組件)
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。