From ebec8a6343ba4fedec50e462d8d2f81c2b719966 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Thu, 23 Jul 2020 14:07:18 +0800
Subject: [PATCH] ...

---
 src/components/common/BreadcrumbView/index.scss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/common/BreadcrumbView/index.scss b/src/components/common/BreadcrumbView/index.scss
index ae85be1..f518468 100644
--- a/src/components/common/BreadcrumbView/index.scss
+++ b/src/components/common/BreadcrumbView/index.scss
@@ -7,12 +7,13 @@
 /** Happy Coding */
 .breadcrumb-view {
   &-main {
+    padding: 16px 24px;
+    background: #fff;
     .ant-breadcrumb {
       font-family: PingFangSC-Medium;
       font-size: 16px;
       color: #333333;
       font-weight: bold;
-      margin-bottom: 20px;
     }
   }
 }

--
Gitblit v1.8.0