mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
update demo style
This commit is contained in:
parent
84e71919da
commit
b5e40560bf
@ -82,7 +82,7 @@ const Test = React.createClass({
|
||||
},
|
||||
render() {
|
||||
const addBtn = <Icon style={addStyle} type="plus-circle" onClick={this.add} />;
|
||||
const operations = <Button>操作</Button>;
|
||||
const operations = <Button style={{ marginTop: 2 }}>操作</Button>;
|
||||
return (
|
||||
<Tabs onChange={this.onChange}
|
||||
activeKey={this.state.activeKey}
|
||||
|
Loading…
Reference in New Issue
Block a user