修改样式
This commit is contained in:
parent
67583bdcfa
commit
34de179182
|
@ -33,7 +33,7 @@ class Demo extends Component {
|
||||||
const header = (
|
const header = (
|
||||||
<div>
|
<div>
|
||||||
{example}
|
{example}
|
||||||
<Button style={{"margin-top": "10px"}} shape="block" onClick={ this.handleClick }>
|
<Button style={{"marginTop": "10px"}} shape="block" onClick={ this.handleClick }>
|
||||||
{ caret }
|
{ caret }
|
||||||
{ text }
|
{ text }
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in New Issue