From ab6620f1f1d3216dc6ddaa67cfcf0d4f5223ba2f Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 6 Sep 2017 13:18:43 +0800 Subject: [PATCH] Fix WeekPicker style, #3825 --- components/date-picker/style/WeekPicker.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/date-picker/style/WeekPicker.less b/components/date-picker/style/WeekPicker.less index a6f533693c..a2b8aa705b 100644 --- a/components/date-picker/style/WeekPicker.less +++ b/components/date-picker/style/WeekPicker.less @@ -2,7 +2,7 @@ &-cell { opacity: 0.5; } - tr { + .@{calendar-prefix-cls}-body tr { transition: all .3s; cursor: pointer; &:hover {