From 58ae2ba21efcd85df331cf996a94038a77302b51 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 17:07:48 +0800
Subject: [PATCH] 修改报错问题
---
SunshineIns/src/conf/cover.scss | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/SunshineIns/src/conf/cover.scss b/SunshineIns/src/conf/cover.scss
index 1585c70..ff2cca4 100644
--- a/SunshineIns/src/conf/cover.scss
+++ b/SunshineIns/src/conf/cover.scss
@@ -4,6 +4,14 @@
background-color: $color-white-10;
}
+.ant-breadcrumb {
+ font-family: PingFangSC-Medium;
+ font-size: 16px;
+ color: #333333;
+ font-weight: bold;
+ margin-bottom: 20px;
+}
+
.am-picker-popup-item {
color: $color;
}
@@ -54,9 +62,9 @@
#33c3ff
); /* 标准的语法(必须放在最后) */
}
-.ant-modal-header {
- background: #1790ff;
-}
+// .ant-modal-header {
+// background: #1790ff;
+// }
.bf-content {
height: 300px;
--
Gitblit v1.8.0