From 74b1a284ccf796db54fc50b8edb4d7e25b5f25f5 Mon Sep 17 00:00:00 2001 From: bzone Date: Wed, 29 Aug 2018 22:59:24 +0800 Subject: [PATCH] chore: use @layout-body-background --- src/layouts/UserLayout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/UserLayout.less b/src/layouts/UserLayout.less index c637d098..7f68b07b 100644 --- a/src/layouts/UserLayout.less +++ b/src/layouts/UserLayout.less @@ -5,7 +5,7 @@ flex-direction: column; height: 100vh; overflow: auto; - background: #f0f2f5; + background: @layout-body-background; } .content { -- GitLab