From 28f8395359617e5dc5c97a635a340cef68066ba8 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sat, 22 Jul 2023 00:27:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=BC=A9=E5=B0=8F=E7=99=BB=E5=BD=95=E6=A0=87=E9=A2=98=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 5f613b6142d58c96cf562c052cf93bb1117caac5 --- src/views/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index d7717f49..7fb28559 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -223,7 +223,7 @@ onMounted(() => { filter: contrast(30); .title { - letter-spacing: 8px; + letter-spacing: 4px; animation: showup 3s forwards; } @@ -233,7 +233,7 @@ onMounted(() => { } 100% { - letter-spacing: 8px; + letter-spacing: 4px; } } }