From 7e2e595a5eca20fc30918a7b3af516b3a39ae0bd Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Mon, 06 Apr 2020 12:08:30 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA --- src/style/reset.scss | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/style/reset.scss b/src/style/reset.scss index b5e0fab..791988d 100644 --- a/src/style/reset.scss +++ b/src/style/reset.scss @@ -1,10 +1,8 @@ -.ant-layout-content { - margin: 22px 24px; - background: #fff; - height: 100%; - padding: 18px; -} - .margin-bottom { margin-bottom: 20px; } + +.ant-layout-sider-trigger{ + background: #CC4E45; +} + -- Gitblit v1.8.0