From 87f660cd6159a82702fc23c91186f6b5df73c767 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:38:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/frontend/src/style.css b/packages/frontend/src/style.css index af1a5e1..272fd8d 100644 --- a/packages/frontend/src/style.css +++ b/packages/frontend/src/style.css @@ -220,3 +220,7 @@ button:focus-visible { outline: none !important; box-shadow: none !important; } +/* 当鼠标悬停在按钮上时,鼠标指针变为手型 */ +button:hover { + cursor: pointer; +} \ No newline at end of file