From 10eb0933dd4375562b53aca9e56436effb11f22b Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Thu, 22 Feb 2024 16:32:49 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/css/element.scss b/src/assets/css/element.scss index d4c0fb9..f46406f 100644 --- a/src/assets/css/element.scss +++ b/src/assets/css/element.scss @@ -399,6 +399,10 @@ } } -.el-notification{ +.el-notification { --el-notification-title-color: #000 !important; + + .el-notification__closeBtn:hover { + --el-notification-close-hover-color: #000 !important; + } }