From 31b178ae5b70c66584af69820b10fede57f73399 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Mon, 15 Aug 2022 17:33:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E4=BE=A7=E6=A0=8F?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cpns/ClipFullData.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cpns/ClipFullData.vue b/src/cpns/ClipFullData.vue index 32e9ab4..59df571 100644 --- a/src/cpns/ClipFullData.vue +++ b/src/cpns/ClipFullData.vue @@ -36,9 +36,8 @@ const onOverlayClick = () => emit('onOverlayClick') @import '../style'; .fade-enter-active, .fade-leave-active { - transition: opacity 0.5s ease; + transition: opacity 0.15s ease; } - .fade-enter-from, .fade-leave-to { opacity: 0;