# 使用说明

// 按需引入需要在 app.scss 中引入对应样式 flex.scss
import { ClFlex } from "mp-colorui";

# 一般用法

# 参数说明

# Flex 参数

参数 说明 类型 可选值 默认值
justify 水平方向排列方式 string start,end,center,between,around start
align 垂直方向排列方式 string start,end,center,stretch start
wrap 换行 boolean true,false false
direction 浮动方向 string row,row-reverse,column,column-reverse row

# 子元素固定尺寸参数说明

用法:

<ClFlex>
  <View className="basis-xs" />
</ClFlex>
参数 说明
basis-xs 20%
basis-sm 40%
basis-df 50%
basis-lg 60%
basis-xl 80%

# 子元素比例参数说明

用法:

<ClFlex>
  <View className="flex-sub" />
  <View className="flex-twice" />
</ClFlex>
参数 说明
flex-sub 1
flex-twice 2
flex-treble 3

部分功能需扫码预览才能正常显示。

H5及小程序二维码
上次更新: 12/31/2019, 10:00:24 AM