shoud not have border around button (#4967)

This commit is contained in:
陆离 2017-02-20 17:47:26 +08:00 committed by 偏右
parent 6c5ae559b3
commit 01086d56e5

View File

@ -128,11 +128,12 @@ ReactDOM.render(<Complete />, mountNode);
} }
.global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix { .global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix {
right: 1px; right: 0;
} }
.global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix button { .global-search.ant-select-auto-complete .ant-input-preSuffix-wrapper .ant-input-suffix button {
border-radius: 3px; padding-top: 5px;
padding-bottom: 6px;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }