Skip to content
On this page

Flexbox And Grid

Flex方向

控制 Flex 子项的方向的功能类

使用前缀

为了防止和开发者项目中的其他原子化样式语法冲突,样式库默认添加了前缀 lwu,使用示例如下:

vue
<view class="lwu-flex"></view>

语法

ClassProperties平台兼容性说明
flex-rowflex-direction: row;H5、小程序、app-vue、app-nvue
flex-row-reverseflex-direction: row-reverse;H5、小程序、app-vue、app-nvue
flex-colflex-direction: column;H5、小程序、app-vue、app-nvue
flex-col-reverseflex-direction: column-reverse;H5、小程序、app-vue、app-nvue