mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
update demo style
This commit is contained in:
parent
a687c32b1d
commit
3b6c92045c
@ -46,7 +46,6 @@ var App = React.createClass({
|
||||
<Select defaultValue={provinceData[0]} style={{width:150}} onChange={this.handleProvinceChange}>
|
||||
{provinceOptions}
|
||||
</Select>
|
||||
|
||||
<Select value={this.state.secondCity} style={{width:150}} onChange={this.onSecondCityChange}>
|
||||
{cityOptions}
|
||||
</Select>
|
||||
|
@ -40,6 +40,6 @@ ReactDOM.render(
|
||||
|
||||
````css
|
||||
.code-box-demo .ant-select {
|
||||
margin: 0 10px 10px 0;
|
||||
margin: 0 8px 10px 0;
|
||||
}
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user