修改样式

This commit is contained in:
huyueb 2018-01-16 10:49:05 +08:00
parent 67583bdcfa
commit 34de179182
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Demo extends Component {
const header = (
<div>
{example}
<Button style={{"margin-top": "10px"}} shape="block" onClick={ this.handleClick }>
<Button style={{"marginTop": "10px"}} shape="block" onClick={ this.handleClick }>
{ caret }
{ text }
</Button>