|
@@ -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>
|