From 54e6951ae841c7c5b895bf0c4307347e40a51ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 9 Oct 2024 16:31:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=92=E9=99=A4=20van-button=20?= =?UTF-8?q?=E7=B1=BB=E7=9A=84=E6=A0=B7=E5=BC=8F=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 5fa28a4..a818095 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -7,7 +7,7 @@ font-weight: normal; } -button, +button:not(.van-button), a, .green { text-decoration: none; @@ -17,7 +17,7 @@ a, } @media (hover: hover) { - button:hover, + button:not(.van-button):hover, a:hover { background-color: hsla(160, 100%, 37%, 0.2); }