mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
update select style
This commit is contained in:
parent
2f18d05759
commit
eb7568c8a6
@ -15,7 +15,7 @@ function handleChange(value) {
|
||||
}
|
||||
|
||||
ReactDOM.render(
|
||||
<Select defaultValue="lucy" style={{width:200}} onChange={handleChange}>
|
||||
<Select defaultValue="lucy" style={{width:120}} onChange={handleChange}>
|
||||
<Option value="jack">Jack</Option>
|
||||
<Option value="lucy">Lucy</Option>
|
||||
<Option value="disabled" disabled>Disabled</Option>
|
||||
|
@ -19,7 +19,7 @@
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 0;
|
||||
padding-right: 15px;
|
||||
padding-right: 14px;
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user