From e51a3a6da4aef580308f5dbee66cbe35a85bc512 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 22 Jul 2017 14:59:55 +0800 Subject: [PATCH] Fix TimePicker disabled style, close #6918 --- components/time-picker/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/time-picker/style/index.less b/components/time-picker/style/index.less index 9c4fe9ec79..11c913b011 100644 --- a/components/time-picker/style/index.less +++ b/components/time-picker/style/index.less @@ -190,6 +190,9 @@ &-input { .input; + &[disabled] { + .disabled; + } } &-large &-input {