From 547314a591a0aa532907c9fde26d96c63108f1da Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Fri, 22 Mar 2024 18:19:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/Login.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/login/components/Login.vue b/src/views/login/components/Login.vue index a9896bd..3cd6c6b 100644 --- a/src/views/login/components/Login.vue +++ b/src/views/login/components/Login.vue @@ -423,6 +423,7 @@ function forget() { color: #666666; line-height: 33px; margin-right: 24px; + cursor: pointer; &-active { width: 96px; @@ -496,6 +497,7 @@ function forget() { font-weight: Regular; color: #507afd; margin-left: 12px; + cursor: pointer; &-count { font-size: 14px;