From 220663a5075c6e0f538df083496d2a0609435b8a Mon Sep 17 00:00:00 2001 From: guoqqqi <979918879@qq.com> Date: Thu, 14 Jan 2021 19:46:47 +0800 Subject: [PATCH 1/2] fix: Login page bottom white background. --- web/src/global.less | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/global.less b/web/src/global.less index 799fa4b4e9..a823090104 100644 --- a/web/src/global.less +++ b/web/src/global.less @@ -21,6 +21,7 @@ body, #root { height: 100%; word-break: break-word; + background-color: #f0f2f5; } .colorWeak { From 8da2ec82eccad64b966ac42452c301d9bb9a5243 Mon Sep 17 00:00:00 2001 From: guoqqqi <979918879@qq.com> Date: Fri, 15 Jan 2021 14:48:05 +0800 Subject: [PATCH 2/2] fix: update --- web/src/global.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/global.less b/web/src/global.less index a823090104..1bd5ca9f2d 100644 --- a/web/src/global.less +++ b/web/src/global.less @@ -21,7 +21,7 @@ body, #root { height: 100%; word-break: break-word; - background-color: #f0f2f5; + background-color: @layout-body-background; } .colorWeak {