From 483b9e4888a1d882b54811956663599597c9d837 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 18 Sep 2016 14:21:45 +0800 Subject: [PATCH] Fix hover bounce style in DatePicker time panel --- components/date-picker/style/TimePicker.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/date-picker/style/TimePicker.less b/components/date-picker/style/TimePicker.less index 0240ece24b..f137bb8701 100644 --- a/components/date-picker/style/TimePicker.less +++ b/components/date-picker/style/TimePicker.less @@ -112,7 +112,7 @@ } li { - text-align: center; + padding: 0 0 0 28px; list-style: none; box-sizing: content-box; margin: 0;