From 93790e999a2011dcd44bf5886d4208510a2508c2 Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Wed, 21 Feb 2024 08:38:23 +0800 Subject: [PATCH] =?UTF-8?q?element=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/element.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/css/element.scss b/src/assets/css/element.scss index fda0bcf..c69f671 100644 --- a/src/assets/css/element.scss +++ b/src/assets/css/element.scss @@ -398,3 +398,7 @@ font-size: 12px !important; } } + +.el-notification{ + --el-notification-title-color: #000 !important; +}