Parcourir la source

fix: fix the failure of table expansion icon animation

vben il y a 4 ans
Parent
commit
db06289481
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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>