diff --git a/style/components/dropdown.less b/style/components/dropdown.less index bfecc9d577a15fb385f56f9c94140357eeb2c1cb..56bb9d159f4712561eac9aec8f5b4e4003a829bf 100644 --- a/style/components/dropdown.less +++ b/style/components/dropdown.less @@ -15,6 +15,15 @@ &-wrap { position: relative; + .anticon-down { + transition: transform 0.2s ease; + } + } + + &-wrap-open { + .anticon-down { + transform: rotate(180deg); + } } &-hidden { @@ -148,4 +157,4 @@ transform: scaleY(0); } } -} \ No newline at end of file +}