fix: fix the failure of table expansion icon animation
This commit is contained in:
parent
28f7f7bf7f
commit
db06289481
|
|
@ -50,5 +50,11 @@
|
||||||
&__active {
|
&__active {
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.right.base-arrow__active {
|
||||||
|
span {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue