|
@@ -1,6 +1,5 @@
|
|
<template>
|
|
<template>
|
|
<router-view> </router-view>
|
|
<router-view> </router-view>
|
|
- <!-- z-index: 10000; -->
|
|
|
|
<a-spin
|
|
<a-spin
|
|
v-if="spinning"
|
|
v-if="spinning"
|
|
size="large"
|
|
size="large"
|
|
@@ -16,9 +15,7 @@
|
|
place-content: center;
|
|
place-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
"
|
|
"
|
|
- :style="
|
|
|
|
- spinning && { zIndex: 10000, backgroundColor: 'grey', opacity: 0.7 }
|
|
|
|
- "
|
|
|
|
|
|
+ :style="spinning && { zIndex: 6000, backgroundColor: 'grey', opacity: 0.7 }"
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
|
|
|