fix: Collapse header disappers with delay (#29158)

close #29146
This commit is contained in:
afc163 2021-02-01 18:50:02 +08:00 committed by GitHub
parent c342e0a747
commit 039e2927b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
color: @heading-color;
line-height: @line-height-base;
cursor: pointer;
transition: all 0.3s;
transition: all 0.3s, visibility 0s;
.clearfix();
.@{collapse-prefix-cls}-arrow {