From bcbc6eea0677eb0179b828238a38be0ba67ecc95 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Mon, 06 Apr 2020 10:21:28 +0800 Subject: [PATCH] 修改antd主题颜色 --- src/style/reset.scss | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/style/reset.scss b/src/style/reset.scss index b5e0fab..b6fc7af 100644 --- a/src/style/reset.scss +++ b/src/style/reset.scss @@ -1,10 +1,7 @@ -.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