Skip to content

Commit

Permalink
fix(docs): 修复 flex 文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Sep 17, 2018
1 parent f1286fa commit a8bd73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/markdown/flex.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ if (process.env.TARO_ENV === "weapp") {

```html
<View className='at-row'>
<View className='at-col at-col-offset--2'>
<View className='at-col at-col__offset-2'>
A
</View>
<View className='at-col at-col-offset--3'>
<View className='at-col at-col__offset-3'>
B
</View>
<View className='at-col'>C</View>
Expand Down

0 comments on commit a8bd73a

Please sign in to comment.