From 96422c22b77f1ac6df72470e0bbef094a4393c72 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Mon, 06 Apr 2020 11:49:07 +0800 Subject: [PATCH] 登录页 --- 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