浏览代码

错误提示消息z-index:6000

Michael Wang 4 年之前
父节点
当前提交
3c25d19d4d
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/styles/global.css

+ 4 - 0
src/styles/global.css

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