From 42dc5e64199434f8205880f670d638a6f65cc20c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 22 十月 2023 16:28:51 +0800
Subject: [PATCH] 2023-10-22

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

diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss
index 9200e4f..c3dbad3 100644
--- a/src/assets/css/main.scss
+++ b/src/assets/css/main.scss
@@ -254,6 +254,9 @@
     color: #ffffff;
   }
 }
+.ant-notification .ant-notification-notice-message {
+  word-break: break-all;
+}
 
 // 閲嶇疆鎻愮ず妗�
 .ant-tooltip {
@@ -285,6 +288,23 @@
   }
 }
 
+// 娑堟伅鎻愮ず
+.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;
+  }
+}
+.ant-notification .ant-notification-notice-message {
+  word-break: break-all;
+}
+
 .ant-modal-wrap.popview-modal {
   .ant-modal {
     top: 70px;

--
Gitblit v1.8.0