ListItem 列表项
必须是 c-list 的直接子组件,具体使用参见 c-list组件。
平台
| App | 小程序 | H5 |
|---|---|---|
| √ | √ | √ |
属性
| 属性名 | 类型 | 默认值 | 说明 | 平台 |
|---|---|---|---|---|
| height | String,Number | null | All | |
| item | Object | null | 项数据 | 开启虚拟列表后必填 |
| cClass | String,Array,Object | null | 组件类 | All |
| cStyle | String,Array,Object | null | 组件样式 | All |
| margin | String,Number,Array | null | 外边距 | All |
| padding | String,Number,Array | null | 内边距 | All |
| bgColor | String | null | 背景色,支持c-bg-开头的背景色类 | All |
事件
| 事件名 | 说明 |
|---|---|
| click | 点击 |
插槽
| 插槽名 | 说明 |
|---|---|
| default |
