Appearance
mosowe-cell 行布局
uniapp
/uni_modules组件
下载地址
TIP
左右结构的行布局
兼容性
平台 | android | ios | 微信小程序 | H5 |
---|---|---|---|---|
兼容 | √ | √ | √ | √ |
props
属性 | 类型 | 说明 | 默认 |
---|---|---|---|
size | "default"/"middle"/"small"/"mini"/number | 内边距类型,分别对应32,24,16,12及自定义,单位rpx | default |
background | string | 背景色 | #ffffff |
round | number | 圆角尺寸 | 0 |
arrow | boolean | 右边箭头 | false |
border | boolean | 下边框 | false |
emits
事件名 | 说明 |
---|---|
click | cell点击事件 |
示例代码
vue
<template>
<mosowe-cell arrow>
默认插槽
<template #right>right插槽</template>
</mosowe-cell>
</template>
贡献者
mosowe