Browse Source

提示弹框的z-index:2014,会显示在导航的上面

柳香萍 6 years ago
parent
commit
0168213f4b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/styles/index.scss

+ 4 - 0
src/styles/index.scss View File

@@ -452,4 +452,8 @@ code {
452 452
   top: 50% !important;
453 453
   transform: translate(-50%,-50%) !important;
454 454
   margin-top: 0 !important; 
455
+}
456
+
457
+.el-message{
458
+  z-index: 2004!important;
455 459
 }