소스 검색

不让全屏loading挡住聊天框

刘洋 1 년 전
부모
커밋
9d84039da5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;