docs: props title (#2313)

This commit is contained in:
neverland 2019-11-15 14:17:58 +08:00 committed by GitHub
parent 9ef4cae03f
commit f5c7050800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 22 additions and 22 deletions

View File

@ -95,7 +95,7 @@
## API
### CellGroup API
### CellGroup Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
@ -108,7 +108,7 @@
|-----------|-----------|
| custom-class | 根节点样式类 |
### Cell API
### Cell Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -181,7 +181,7 @@ Page({
## API
### Checkbox API
### Checkbox Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
@ -195,7 +195,7 @@ Page({
| checked-color | 选中状态颜色 | *string* | `#1989fa` | - |
| icon-size | icon 大小 | *string \| number* | `20px` |
### CheckboxGroup API
### CheckboxGroup Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -53,13 +53,13 @@ Layout 组件提供了`24列栅格`,通过在`Col`上添加`span`属性设置
## API
### Row API
### Row Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
| gutter | 列元素之间的间距单位为px | *string \| number* | - | - |
### Col API
### Col Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -103,7 +103,7 @@ Page({
## API
### Collapse API
### Collapse Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@ -117,7 +117,7 @@ Page({
|------|------|------|
| change | 切换面板时触发 | activeNames: *string \| Array* |
### CollapseItem API
### CollapseItem Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|------|

View File

@ -169,7 +169,7 @@ Page({
### Props
通过组件调用 Dialog 时,支持以下 API
通过组件调用 Dialog 时,支持以下 Props:
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
@ -198,7 +198,7 @@ Page({
### OpenType Props
使用`confirm-button-open-type`后,支持以下 API
使用`confirm-button-open-type`后,支持以下 Props
| 参数 | 说明 | 类型 | 默认值 | open-type |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -82,13 +82,13 @@ Page({
## API
### GoodsAction API
### GoodsAction Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
| safe-area-inset-bottom | 是否为 iPhoneX 留出底部安全距离 | *boolean* | `true` | - |
### GoodsActionIcon API
### GoodsActionIcon Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
@ -109,7 +109,7 @@ Page({
| send-message-img | sendMessageImg | *string* | 截图 | - |
| show-message-card | 显示会话内消息卡片 | *string* | `false` | - |
### GoodsActionButton API
### GoodsActionButton Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -145,7 +145,7 @@ Page({
## API
### Radio API
### Radio Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
@ -173,7 +173,7 @@ Page({
| icon-class | 图标样式类 |
| label-class | 描述信息样式类 |
### RadioGroup API
### RadioGroup Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -54,7 +54,7 @@ Page({
## API
### Sidebar API
### Sidebar Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
@ -72,7 +72,7 @@ Page({
|-----------|-----------|
| custom-class | 根节点样式类 |
### SidebarItem API
### SidebarItem Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -72,7 +72,7 @@ Page({
## API
### Steps API
### Steps Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -166,7 +166,7 @@ Page({
## API
### Tabs API
### Tabs Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|
@ -183,7 +183,7 @@ Page({
| swipeable | 是否开启手势滑动切换 | *boolean* | `false` | - |
| sticky | 是否使用粘性定位布局 | *boolean* | `false` | - |
### Tab API
### Tab Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-------------|

View File

@ -145,7 +145,7 @@ Page({
## API
### Tabbar API
### Tabbar Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-------------|-----------|
@ -163,7 +163,7 @@ Page({
|-----------|-----------|-----------|
| bind:change | 切换标签时触发 | event.detail: 当前选中标签的名称或索引值 |
### TabbarItem API
### TabbarItem Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|-----------|-----------|-----------|-----------|