Skip to content

Commit

Permalink
fix(curtain): 调整细节
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Nov 6, 2018
1 parent a9a2c7c commit 56e8380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/curtain/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export default class AtCurtain extends AtComponent {
'at-curtain__close-box--top': closeBtnPosition === 'top'
})
}
onClick={this.onClose.bind(this)}
>
<AtIcon
onClick={this.onClose.bind(this)}
value='close-circle'
color='#fff'
size='30'
Expand Down
5 changes: 4 additions & 1 deletion src/pages/view/curtain/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ export default class TagPage extends Taro.Component {
closeBtnPosition={closeBtnPosition}
onClose={this.onClose.bind(this)}
>
<Image src={curtainPng} width='200px' height='100%'></Image>
<Image
style='width:100%;height:250px'
src={curtainPng}
/>
</AtCurtain>
{/* 右上关闭 */}
<View className='panel'>
Expand Down

0 comments on commit 56e8380

Please sign in to comment.