Update Company.vue

This commit is contained in:
merve karaman 2023-02-13 15:39:35 +03:00 committed by GitHub
parent 20ba775364
commit a7eb400278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
<WizardSteps :active_state="active"></WizardSteps> <WizardSteps :active_state="active"></WizardSteps>
<div class="flex flex-col justify-between -mt-5 sm:mt-0" style="height: calc(100% - 53px)"> <div class="flex flex-col justify-between -mt-5 sm:mt-0" style="height: calc(100% - 53px)">
<div v-if="pageLoad" class="absolute left-0 right-0 top-0 bottom-0 w-full h-full bg-white rounded-lg flex items-center justify-center z-50"> <div v-if="pageLoad" class="absolute inset-0 w-full h-full bg-white rounded-lg flex items-center justify-center z-50">
<span class="material-icons form-spin animate-spin text-9xl">data_usage</span> <span class="material-icons form-spin animate-spin text-9xl">data_usage</span>
</div> </div>