Browse Source

不让全屏loading挡住聊天框

刘洋 1 year ago
parent
commit
9d84039da5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/common/LoadingFlag.vue

+ 1 - 1
src/components/common/LoadingFlag.vue

@@ -14,7 +14,7 @@
   left: 0;
   right: 0;
   bottom: 0;
-  z-index: 99999;
+  z-index: 1500;
   background: rgba(0, 0, 0, 0.3);
   .loading-content {
     width: 140px;