fix: 折叠器(collapse)箭头显示异常 Close: #10564 (#10861)

Co-authored-by: jinye <jinye@baidu.com>
This commit is contained in:
lmaomaoz 2024-09-02 23:08:34 +08:00 committed by GitHub
parent a64b0e4be0
commit 3b5be811a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,10 @@
transform: rotate(var(--collapse-icon-rotate));
}
&--title-bottom.is-active &-arrow {
&--title-bottom.is-active
> .#{$ns}Collapse-header
> .#{$ns}Collapse-arrow-wrap
> &-arrow {
top: 0;
transform: rotate(calc(-1 * var(--collapse-icon-rotate)));
}