From 6dcc1bc9154e02ac974c81da5472b507ade8b8c0 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 27 Jun 2016 14:13:30 +0800 Subject: [PATCH] fix clear icon style, close #2182 --- components/date-picker/style/Picker.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/date-picker/style/Picker.less b/components/date-picker/style/Picker.less index 96a636ce00..66f2760669 100644 --- a/components/date-picker/style/Picker.less +++ b/components/date-picker/style/Picker.less @@ -40,7 +40,7 @@ &-clear { opacity: 0; position: absolute; - right: 8px; + right: 7px; z-index: 1; background: #fff; top: 50%;