update demos

This commit is contained in:
afc163 2015-12-24 20:49:10 +08:00
parent 30d74aa7d5
commit 47ac6720e3
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ const App = React.createClass({
dataSource={this.state.mockData}
showSearch
listStyle={{
width: 200,
width: 250,
height: 300,
}}
operations={['向右操作文案', '向左操作文案']}

View File

@ -16,7 +16,7 @@
## API
| 参数 | 说明 | 类型 | 默认值 |
| 参数 | 说明 | 类型 | 默认值 |
|-----------|------------------------------------------|------------|--------|
| dataSource | 数据源 | Array | [] |
| render | 每行数据渲染函数 | Function(record) | |