From 01086d56e500c9e40b2e71e8021a51987f0deba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E7=A6=BB?= Date: Mon, 20 Feb 2017 17:47:26 +0800 Subject: [PATCH] shoud not have border around button (#4967) --- components/auto-complete/demo/uncertain-category.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/auto-complete/demo/uncertain-category.md b/components/auto-complete/demo/uncertain-category.md index 093f5b9132..3fd43f86e9 100644 --- a/components/auto-complete/demo/uncertain-category.md +++ b/components/auto-complete/demo/uncertain-category.md @@ -128,11 +128,12 @@ ReactDOM.render(, mountNode); } .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 { - border-radius: 3px; + padding-top: 5px; + padding-bottom: 6px; border-top-left-radius: 0; border-bottom-left-radius: 0; }