From 8b8d3a40ef59909f90e296628131d7b5ffa32aec Mon Sep 17 00:00:00 2001 From: woniu <142653300+ssgAlex@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:09:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E5=A4=8Dnotific?= =?UTF-8?q?ation=E3=80=81message=E7=BB=84=E4=BB=B6=E8=A2=ABoverlay?= =?UTF-8?q?=E5=B1=82=E8=A6=86=E7=9B=96=E9=97=AE=E9=A2=98=20Close=20#466?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/styles/element.scss b/src/styles/element.scss index 60f5f355..9931b3ad 100644 --- a/src/styles/element.scss +++ b/src/styles/element.scss @@ -1,9 +1,3 @@ -/* 设置 notification、message 层级在 loading 之上 */ -.el-message, -.el-notification { - z-index: 2070 !important; -} - /* el-alert */ .el-alert { border: 1px solid;