Commit db06289481965524f42ed36a056bd54ba1a46dfe

Authored by vben
1 parent 28f7f7bf

fix: fix the failure of table expansion icon animation

src/components/Basic/src/BasicArrow.vue
... ... @@ -50,5 +50,11 @@
50 50 &__active {
51 51 transform: rotate(90deg);
52 52 }
  53 +
  54 + &.right.base-arrow__active {
  55 + span {
  56 + transform: rotate(90deg);
  57 + }
  58 + }
53 59 }
54 60 </style>
... ...