From 79afad5006120b1ceaf8779bf882ea9b3a3fa0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Tue, 28 Sep 2021 17:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E5=A4=8D=E5=88=B6id=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E6=82=AC=E5=81=9C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/css/index.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/forge/css/index.scss b/src/forge/css/index.scss index dfca6e632..9f5e8cb3f 100644 --- a/src/forge/css/index.scss +++ b/src/forge/css/index.scss @@ -315,13 +315,10 @@ form{ color: #333333!important; } } -.shadow{ - &:hover{ - background: #F3F4F6; - } - &:active{ - background: #D0D0D0; - } +.shadow:hover{ + background: #eeeff1; + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; } a.hover:hover{ text-decoration: underline;