Explorar el Código

tree selection页切换时树木不放大

任一存 hace 3 años
padre
commit
9a754d811e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/TreeSelection.vue

+ 1 - 1
src/views/TreeSelection.vue

@@ -324,7 +324,7 @@ export default {
       opacity: 0.1;
       z-index: 0;
       &.active {
-        animation: emerge 1s forwards;
+        // animation: emerge 1s;
         opacity: 1;
         z-index: 1;
       }