fix plugin ui

This commit is contained in:
jxxghp
2023-11-24 09:56:05 +08:00
parent 0d1046b8c7
commit cf363f667e
3 changed files with 2 additions and 3 deletions

View File

@@ -89,12 +89,12 @@ const iconPath = computed(() => {
</div>
<VAvatar
size="8rem"
:class="{ shadow: isImageLoaded }"
>
<VImg
:src="iconPath"
aspect-ratio="4/3"
cover
:class="{ shadow: isImageLoaded }"
@load="isImageLoaded = true"
/>
</VAvatar>

View File

@@ -220,7 +220,6 @@ const dropdownItems = ref([
</div>
<VAvatar
size="8rem"
:class="{ shadow: isImageLoaded }"
>
<VImg
:src="iconPath"