UNPKG

@flyriselink/pai-sp-mobile

Version:

pai-sp-mobile 组件库

20 lines (19 loc) 518 B
export default { props: { // 分成几列 col: { type: [String, Number], default: uni.$spui.props.grid.col }, // 是否显示边框 border: { type: Boolean, default: uni.$spui.props.grid.border }, // 宫格对齐方式,表现为数量少的时候,靠左,居中,还是靠右 align: { type: String, default: uni.$spui.props.grid.align } } }