From d4a0d2ba4a866571d519bc216f776924e5c1e5c9 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Fri, 28 Oct 2022 16:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/myNote.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index 89b8f8da..162c3c57 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -341,7 +341,7 @@ export default { // courseName: '',// 课程名称 openType: 9,// 1表不公开 9表完全公开 }; - }, 2000) + }, 1000) } }) } else { @@ -425,7 +425,7 @@ export default { .animation { display: block !important; animation-name: ubAddBlock; - animation-duration: 2s; + animation-duration: 1s; animation-fill-mode: forwards; }