提交 fbad793d 编写于 作者: Y yiminghe

upgrade select

上级 3f693f51
......@@ -23,7 +23,8 @@ function handleChange(value) {
React.render(
<Select
style={{width: '100%'}}
tags defaultValue={['name2', 'name3']} onChange={handleChange}>
searchPlaceholder="标签模式"
tags onChange={handleChange}>
{children}
</Select>
, document.getElementById('components-select-demo-tags'));
......
......@@ -200,6 +200,11 @@
min-height: 28px;
cursor: text;
.@{select-prefix-cls}-search__field__placeholder {
top: 6px;
left: 4px;
}
.@{select-prefix-cls}-search--inline {
width: auto;
.@{select-prefix-cls}-search__field {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册