docs: update docs for Card, ref: #6225

This commit is contained in:
Benjy Cui 2017-05-23 10:03:34 +08:00
parent f61b69cbb1
commit e0db2f424e

View File

@ -24,3 +24,4 @@ cols: 1
| extra | 卡片右上角的操作区域 | string\|ReactNode | - |
| bordered | 是否有边框 | boolean | true |
| bodyStyle | 内容区域自定义样式 | object | - |
| loading | 当卡片内容还在加载中时,可以用 loading 展示一个占位 | boolean | false |