mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Collapse): fix safari rendering issues (#8788)
This commit is contained in:
parent
71b16941c6
commit
38856e2e1c
@ -12,7 +12,9 @@
|
||||
|
||||
&__title {
|
||||
.van-cell__right-icon::before {
|
||||
transform: rotate(90deg);
|
||||
// using translateZ to fix safari rendering issues
|
||||
// see: https://github.com/youzan/vant/issues/8608
|
||||
transform: rotate(90deg) translateZ(0);
|
||||
transition: transform @collapse-item-transition-duration;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user