update loading
This commit is contained in:
parent
dd4eb6abf7
commit
56e6d5d4a2
@ -219,7 +219,14 @@ $: {
|
||||
|
||||
|
||||
|
||||
|
||||
{:else}
|
||||
<div class="flex justify-center items-center h-80">
|
||||
<div class="relative">
|
||||
<label class="bg-[#202020] rounded-xl h-14 w-14 flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
|
||||
<span class="loading loading-spinner loading-md"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{:else}
|
||||
|
||||
@ -1025,8 +1025,12 @@ afterUpdate(async () => {
|
||||
</div>
|
||||
{:else}
|
||||
<!-- else output not loaded yet-->
|
||||
<div class="flex justify-center w-full sm:w-[650px] h-80 sm:w-[600px] items-center">
|
||||
<span class="loading loading-spinner loading-lg text-success"></span>
|
||||
<div class="flex justify-center w-full sm:w-[650px] h-80 sm:w-[600px] items-center">
|
||||
<div class="relative">
|
||||
<label class="bg-[#202020] rounded-xl h-14 w-14 flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
|
||||
<span class="loading loading-spinner loading-md"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
@ -1191,11 +1191,15 @@
|
||||
|
||||
</div>
|
||||
{:else}
|
||||
<!-- else output not loaded yet-->
|
||||
<!-- else output not loaded yet-->
|
||||
<div class="flex justify-center w-full sm:w-[650px] h-80 sm:w-[600px] items-center">
|
||||
<span class="loading loading-spinner loading-lg text-success"></span>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="relative">
|
||||
<label class="bg-[#202020] rounded-xl h-14 w-14 flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
|
||||
<span class="loading loading-spinner loading-md"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!--End Graph-->
|
||||
|
||||
|
||||
@ -1100,7 +1100,11 @@ function changeChartType() {
|
||||
{:else}
|
||||
<!-- else output not loaded yet-->
|
||||
<div class="flex justify-center w-full sm:w-[650px] h-80 sm:w-[600px] items-center">
|
||||
<span class="loading loading-spinner loading-lg text-success"></span>
|
||||
<div class="relative">
|
||||
<label class="bg-[#202020] rounded-xl h-14 w-14 flex justify-center items-center absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
|
||||
<span class="loading loading-spinner loading-md"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user