From 0f797ed41dc31fa6a9ba1660f530983fd53bb5df Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 19 Nov 2015 19:39:31 +0800 Subject: [PATCH] update style --- style/components/timepicker/Header.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style/components/timepicker/Header.less b/style/components/timepicker/Header.less index e9968c3de1..5374e267e9 100644 --- a/style/components/timepicker/Header.less +++ b/style/components/timepicker/Header.less @@ -37,7 +37,7 @@ content: "\e631"; font-family: "anticon"; font-size: 12px; - color: #aaa; + color: #ccc; display: inline-block; line-height: 1; width: 20px; @@ -48,3 +48,7 @@ color: #999; } } + +.narrow .@{timepicker-prefix-cls}-input-wrap { + max-width: 111px; +}