From a2ce42f8628936cbe09cafcc690f1661c11bac27 Mon Sep 17 00:00:00 2001 From: GAOANG <1140589958@qq.com> Date: Wed, 24 Apr 2024 18:15:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E5=8D=95=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/design/theme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design/theme.less b/src/design/theme.less index e4c759d..c31ce80 100644 --- a/src/design/theme.less +++ b/src/design/theme.less @@ -89,7 +89,7 @@ html[data-theme='light'] { } .page-bg-wrap { - background-color: rgb(246 247 249); + background-color: #fff; padding: 12px 12px 0 12px; margin: 12px 12px 0 12px; }