1
0
Эх сурвалжийг харах

fix: fix the failure of table expansion icon animation

vben 4 жил өмнө
parent
commit
db06289481

+ 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>