From f3777c5ba4212416c4e9f0b4c807c454940ecfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Wed, 22 Nov 2023 18:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/index.less b/src/layouts/index.less index eec3b38..12edd47 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -95,7 +95,7 @@ &:hover { border: 1px solid #fff; - background: #CAE9F7; + background: linear-gradient(180deg, #CAE9F7 0%, #FFFFFF 100%); color: #4A6B89; } }