Browse Source

错误提示消息z-index:6000

Michael Wang 4 years ago
parent
commit
3c25d19d4d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/styles/global.css

+ 4 - 0
src/styles/global.css

@@ -9,6 +9,10 @@ body {
   user-select: none;
   user-select: none;
 }
 }
 
 
+.ant-message {
+  z-index: 6001 !important;
+}
+
 .ant-message-custom-content span[role="img"] {
 .ant-message-custom-content span[role="img"] {
   top: -2px;
   top: -2px;
 }
 }