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