UNPKG

nly-ali-ui

Version:

一个支持阿里系小程序的 ui 组件库,包括支付宝小程序,钉钉小程序

28 lines (20 loc) 852 B
# Layout 布局 ![layout.gif](https://upload-images.jianshu.io/upload_images/9915084-64353e6178932c5d.gif?imageMogr2/auto-orient/strip) ## row ### prop | prop | 类型 | 默认值 | 描述 | | ---- | ---- |---- | ---- | | className | string | | 自定义 Css 类 | | style | string | | 自定义式样 | | wrap | string | wrap | 换行方式,可选 wrap、nowrap | | justify | string | start | 水平对齐方式 | | align | string | center | 垂直对齐方式 | | style | string | | 自定义式样 | ## col ### prop | prop | 类型 | 默认值 | 描述 | | ---- | ---- |---- | ---- | | className | string | | 自定义 Css 类 | | style | string | | 自定义 style | | col | string | 0 | 宽度,col栅格系统水平最多24个等份 | | offset | string | 0 | 偏移量,最多偏移23个单位 |