fix: fix the failure of table expansion icon animation

This commit is contained in:
vben 2020-10-31 00:55:02 +08:00
parent 28f7f7bf7f
commit db06289481

View File

@ -50,5 +50,11 @@
&__active {
transform: rotate(90deg);
}
&.right.base-arrow__active {
span {
transform: rotate(90deg);
}
}
}
</style>