From 247795382354ae80a037952eb5f07172d90db104 Mon Sep 17 00:00:00 2001 From: jongbowen <970029315@qq.com> Date: Tue, 16 May 2023 16:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/viwe/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viwe/login.vue b/src/viwe/login.vue index acde46c..def83ff 100644 --- a/src/viwe/login.vue +++ b/src/viwe/login.vue @@ -104,7 +104,7 @@ const examine=()=>{ } } - .button:focus{ + .button:hover{ background-image: url('../assets/icon/button2.png'); } }