update demo style

This commit is contained in:
afc163 2015-10-22 21:12:13 +08:00
parent a687c32b1d
commit 3b6c92045c
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ var App = React.createClass({
<Select defaultValue={provinceData[0]} style={{width:150}} onChange={this.handleProvinceChange}>
{provinceOptions}
</Select>
&nbsp;
<Select value={this.state.secondCity} style={{width:150}} onChange={this.onSecondCityChange}>
{cityOptions}
</Select>

View File

@ -40,6 +40,6 @@ ReactDOM.render(
````css
.code-box-demo .ant-select {
margin: 0 10px 10px 0;
margin: 0 8px 10px 0;
}
````