Skip to content

Commit

Permalink
fix: 🧩 修复notification、message组件被overlay层覆盖问题 Close #466
Browse files Browse the repository at this point in the history
  • Loading branch information
ssgAlex committed Jul 4, 2024
1 parent f8aeef7 commit 8b8d3a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/styles/element.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/* 设置 notification、message 层级在 loading 之上 */
.el-message,
.el-notification {
z-index: 2070 !important;
}

/* el-alert */
.el-alert {
border: 1px solid;
Expand Down

0 comments on commit 8b8d3a4

Please sign in to comment.