From b2e47f3938cfbd6cdf65db20aa9dcf381a17ce54 Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期五, 17 五月 2024 20:59:47 +0800
Subject: [PATCH] update 优化模型保存位置,审批记录,请假申请按钮

---
 src/assets/styles/transition.scss |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/assets/styles/transition.scss b/src/assets/styles/transition.scss
index eb49895..468ad3c 100644
--- a/src/assets/styles/transition.scss
+++ b/src/assets/styles/transition.scss
@@ -15,11 +15,7 @@
 .fade-transform--move,
 .fade-transform-leave-active,
 .fade-transform-enter-active {
-  transition: all .5s;
-}
-
-.fade-transform-leave-active {
-  position: absolute;
+  transition: all 0.5s;
 }
 
 .fade-transform-enter {
@@ -35,7 +31,7 @@
 /* breadcrumb transition */
 .breadcrumb-enter-active,
 .breadcrumb-leave-active {
-  transition: all .5s;
+  transition: all 0.5s;
 }
 
 .breadcrumb-enter,
@@ -45,7 +41,7 @@
 }
 
 .breadcrumb-move {
-  transition: all .5s;
+  transition: all 0.5s;
 }
 
 .breadcrumb-leave-active {

--
Gitblit v1.9.3