From 5afe4da607c4a88cd6981f847cb97d89206aa67d Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 12 Mar 2022 18:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=A0=B7=E5=BC=8F?= 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 4951b2f4..5a3f9e86 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -297,7 +297,7 @@ padding: 4px 0; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; - box-shadow: 0 4px 10px rgb(0 0 0 / 10%); + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: auto; background-color: #fff; }