Skip to content

Commit

Permalink
fix: fix the failure of table expansion icon animation
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Oct 30, 2020
1 parent 28f7f7b commit db06289
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Basic/src/BasicArrow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,11 @@
&__active {
transform: rotate(90deg);
}
&.right.base-arrow__active {
span {
transform: rotate(90deg);
}
}
}
</style>

0 comments on commit db06289

Please sign in to comment.