From 70c47c170ae1cc154e68c1af407e4f6ebf04669e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 03 十二月 2019 19:25:01 +0800
Subject: [PATCH] 2019-12-03

---
 src/assets/css/main.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss
index 9e5898e..386900a 100644
--- a/src/assets/css/main.scss
+++ b/src/assets/css/main.scss
@@ -143,4 +143,17 @@
 
 .ant-popover {
   z-index: 1090!important;
+}
+
+.ant-notification-notice.notification-custom-error {
+  background: #f5222d;
+  .anticon.ant-notification-notice-icon-error {
+    color: #ffffff;
+  }
+  .ant-notification-notice-message {
+    color: #ffffff;
+  }
+  .ant-notification-close-icon {
+    color: #ffffff;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0