提交 51816a9e 编写于 作者: A afc163

search select menu style update

上级 8ac2177b
......@@ -39,7 +39,6 @@ $(function () {
onSelect={this.handleSelect}
optionLabelProp="text"
dropdownClassName="autoComplete"
dropdownMenuStyle={{maxHeight: 200, overflow: 'auto'}}
searchPlaceholder="搜索组件..."
filterOption={this.filterOption}>{this.getOptions()}</Select>;
}
......
......@@ -190,6 +190,10 @@ a.logo {
box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.autoComplete .ant-select-dropdown-menu {
max-height: 200px;
}
.autoComplete .ant-component-decs {
font-size: 12px;
position: absolute;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册