fix loading ui

This commit is contained in:
jxxghp
2023-07-23 07:55:39 +08:00
parent 195069b183
commit 5a6e22ef67
8 changed files with 12 additions and 5 deletions

View File

@@ -428,11 +428,8 @@ const getImgUrl: Ref<string> = computed(() => {
@error="imageLoadError = true"
>
<template #placeholder>
<div class="d-flex align-center justify-center fill-height">
<v-progress-circular
color="grey-lighten-4"
indeterminate
/>
<div class="w-full h-full">
<VSkeletonLoader class="object-cover aspect-w-2 aspect-h-3" />
</div>
</template>
<!-- 类型角标 -->