Pārlūkot izejas kodu

fix: fix the failure of table expansion icon animation

vben 4 gadi atpakaļ
vecāks
revīzija
db06289481
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      src/components/Basic/src/BasicArrow.vue

+ 6 - 0
src/components/Basic/src/BasicArrow.vue

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