From a1040e5ce10f3d17822d7159fd19cd280dccd6ea Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 7 Jan 2016 23:56:48 +0800 Subject: [PATCH] fix time-picker panel width, close #826 --- style/components/timepicker/Picker.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/timepicker/Picker.less b/style/components/timepicker/Picker.less index 25dbc5dcc..a6c307a94 100644 --- a/style/components/timepicker/Picker.less +++ b/style/components/timepicker/Picker.less @@ -1,5 +1,5 @@ .@{timepicker-prefix-cls}-panel { - min-width: 168px; + max-width: 168px; z-index: 1070; position: absolute;