chore(client): tweak loading display
This commit is contained in:
parent
4373019b36
commit
e0dce77678
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ const props = withDefaults(defineProps<{
|
|||
text-align: center;
|
||||
cursor: wait;
|
||||
|
||||
--size: 40px;
|
||||
--size: 38px;
|
||||
|
||||
&.colored {
|
||||
color: var(--accent);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<component :is="currentPageComponent" :key="key" v-bind="Object.fromEntries(currentPageProps)"/>
|
||||
|
||||
<template #fallback>
|
||||
Loading...
|
||||
<MkLoading/>
|
||||
</template>
|
||||
</Suspense>
|
||||
</KeepAlive>
|
||||
|
|
Loading…
Reference in a new issue