From 8d69f8151ef345d37dbf41e05f4a5a8082513710 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 29 Apr 2020 10:51:42 +0800
Subject: [PATCH] 引用braft-editor富文本
---
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