update demo style

This commit is contained in:
afc163 2015-10-31 17:35:50 +08:00
parent 84e71919da
commit b5e40560bf

View File

@ -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}