Browse Source

loading 提交

bding 1 năm trước cách đây
mục cha
commit
ed307c9ed8
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      components/loadingAll/loadingAll.vue

+ 5 - 5
components/loadingAll/loadingAll.vue

@@ -2,7 +2,7 @@
   <view v-show="loadingShow">
     <view class="request-loading-view">
       <!-- <view class="loading-view"><view class="loading"></view></view> -->
-	  <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/all-loading.gif"></image>
+	  <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/loading_all.gif"></image>
     </view>
   </view>
 </template>
@@ -28,13 +28,13 @@ export default {
   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;
+  padding-top: 430rpx;
   image {
-	width: 270rpx;
-	height: 282rpx;
+	width: 110rpx;
+	height: 110rpx;
   }
 }
 </style>