mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
Fix select demo, close #195
This commit is contained in:
parent
35f64c436e
commit
461ffdf421
@ -37,7 +37,7 @@ React.render(
|
||||
<div className="ant-input-group">
|
||||
<input type="text" className="ant-input" id="site4" placeholder="www.mysite" />
|
||||
<div className="ant-input-group-wrap">
|
||||
<Select value=".com" style={{width:65}}>
|
||||
<Select defaultValue=".com" style={{width:70}}>
|
||||
<Option value=".com">.com</Option>
|
||||
<Option value=".jp">.jp</Option>
|
||||
<Option value=".cn">.cn</Option>
|
||||
|
@ -17,9 +17,9 @@
|
||||
font-family: 'anticon';
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
top: 7px;
|
||||
right: 0;
|
||||
padding-right: 16px;
|
||||
padding-right: 15px;
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user