Browse Source

laoding 更换

bding 1 year ago
parent
commit
202f0b127f
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/cygx/loadog.vue

+ 4 - 3
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,10 +23,11 @@ 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;
+  // align-items: center;
+  padding-top: 500px;
   img {
     width: 270px;
     height: 282px;