From 5a813f3b28f3cbf1db3a3657ccf83267c6e0d315 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 24 十月 2024 11:22:02 +0800
Subject: [PATCH] 工艺路线相关优化

---
 src/design/transition/scale.less |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/design/transition/scale.less b/src/design/transition/scale.less
index c965493..521fce3 100644
--- a/src/design/transition/scale.less
+++ b/src/design/transition/scale.less
@@ -4,8 +4,8 @@
   &-enter-from,
   &-leave,
   &-leave-to {
-    opacity: 0;
     transform: scale(0);
+    opacity: 0;
   }
 }
 
@@ -15,7 +15,7 @@
   &-enter-from,
   &-leave,
   &-leave-to {
-    opacity: 0;
     transform: scale(0) rotate(-45deg);
+    opacity: 0;
   }
 }

--
Gitblit v1.9.3