Skip to content

Commit

Permalink
fix(demo): 修复展示页面flex 没有偏移的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Aug 30, 2018
1 parent acdc676 commit 3791d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/layout/flex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ export default class FlexPage extends Taro.Component {
<View className='panel__content'>
<View className='example-item'>
<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 3791d95

Please sign in to comment.