From 461ffdf4216d57e17f1dbc6dafa227f714b82b26 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 26 Aug 2015 11:09:43 +0800 Subject: [PATCH] Fix select demo, close #195 --- components/form/demo/inputs.md | 2 +- style/components/select.less | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/form/demo/inputs.md b/components/form/demo/inputs.md index 02bf43d977..8573bf56ec 100644 --- a/components/form/demo/inputs.md +++ b/components/form/demo/inputs.md @@ -37,7 +37,7 @@ React.render(
- diff --git a/style/components/select.less b/style/components/select.less index 1317546c8d..82668c1c30 100644 --- a/style/components/select.less +++ b/style/components/select.less @@ -17,9 +17,9 @@ font-family: 'anticon'; font-weight: bold; position: absolute; - top: 6px; + top: 7px; right: 0; - padding-right: 16px; + padding-right: 15px; color: @primary-color; } }