Skip to content

Commit

Permalink
fix-flex #1532 (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingan1927 committed Jul 10, 2017
1 parent 4ac0428 commit 12a002d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/flex/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Properties | Descrition | Type | Default
| direction | how flex items are placed in the flex container,value could be `row`,`row-reverse`,`column`,`column-reverse`,RN 仅支持`row`,`column` | String | `row` |
| wrap | 子元素的换行方式,可选`nowrap`,`wrap`,`wrap-reverse`,RN 仅支持`nowrap`,`wrap` | String | `nowrap` |
| justify | 子元素在主轴上的对齐方式,可选`start`,`end`,`center`,`between`,`around` | String | `start` |
| align | 子元素在交叉轴上的对齐方式,可选`start/top`,`center/middle`,`end/bottom`,`baseline`,`stretch` RN仅支持`start`,`end`,`center`,`stretch` | String | `center` |
| align | 子元素在交叉轴上的对齐方式,可选`start`,`center`,`end`,`baseline`,`stretch` RN仅支持`start`,`end`,`center`,`stretch` | String | `center` |
| alignContent(`web only`) | 有多根轴线时的对齐方式,可选`start`,`end`,`center`,`between`,`around`,`stretch` | String | `stretch` |

### Flex.Item
Expand Down
2 changes: 1 addition & 1 deletion components/flex/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Flex 是 CSS flex 布局的一个封装。
| direction | how flex items are placed in the flex container,value could be `row`,`row-reverse`,`column`,`column-reverse`,RN 仅支持`row`,`column` | String | `row` |
| wrap | 子元素的换行方式,可选`nowrap`,`wrap`,`wrap-reverse`,RN 仅支持`nowrap`,`wrap` | String | `nowrap` |
| justify | 子元素在主轴上的对齐方式,可选`start`,`end`,`center`,`between`,`around` | String | `start` |
| align | 子元素在交叉轴上的对齐方式,可选`start/top`,`center/middle`,`end/bottom`,`baseline`,`stretch` RN仅支持`start`,`end`,`center`,`stretch` | String | `center` |
| align | 子元素在交叉轴上的对齐方式,可选`start`,`center`,`end`,`baseline`,`stretch` RN仅支持`start`,`end`,`center`,`stretch` | String | `center` |
| alignContent(`web only`) | 有多根轴线时的对齐方式,可选`start`,`end`,`center`,`between`,`around`,`stretch` | String | `stretch` |

### Flex.Item
Expand Down

0 comments on commit 12a002d

Please sign in to comment.