From 62e77deafb6684ef4e0e5c2a7e82190492400b15 Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 25 Apr 2018 14:13:16 +0800 Subject: [PATCH] fix background color error --- src/components/Sidebar/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Sidebar/index.less b/src/components/Sidebar/index.less index 8bf6017f..c44432ba 100644 --- a/src/components/Sidebar/index.less +++ b/src/components/Sidebar/index.less @@ -29,6 +29,8 @@ .content { width: 336px; + height: 100%; + background: #fff; :global { .ant-switch-checked { background-color: #87d068; -- GitLab