提交 eb7568c8 编写于 作者: A afc163

update select style

上级 2f18d057
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册