Browse Source

错误提示消息z-index:6000

Michael Wang 4 năm trước cách đây
mục cha
commit
3c25d19d4d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }