Browse Source

Merge branch 'master' of http://8.136.199.33:3000/Karsa/raiwechat_link_h5

Karsa 1 year ago
parent
commit
486887c37c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/cygx/loadog.vue

+ 4 - 4
src/views/cygx/loadog.vue

@@ -11,7 +11,7 @@ const props = defineProps({
 
 <template>
   <div class="container-loading" v-if="loadingShow">
-    <img src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/all-loading.gif" alt="" />
+    <img src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/loading_all.gif" alt="" />
   </div>
 </template>
 
@@ -23,13 +23,13 @@ const props = defineProps({
   width: 100%;
   height: 100%;
   z-index: 10000;
-  background-color: rgba(0, 0, 0, 0.6);
+  // background-color: rgba(0, 0, 0, 0.6);
   display: flex;
   justify-content: center;
   align-items: center;
   img {
-    width: 270px;
-    height: 282px;
+    width: 110px;
+    height: 110px;
   }
 }
 </style>