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
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "1.4.4", "version": "1.4.4-1",
"private": true, "private": true,
"bin": "dist/service.js", "bin": "dist/service.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -89,12 +89,12 @@ const iconPath = computed(() => {
</div> </div>
<VAvatar <VAvatar
size="8rem" size="8rem"
:class="{ shadow: isImageLoaded }"
> >
<VImg <VImg
:src="iconPath" :src="iconPath"
aspect-ratio="4/3" aspect-ratio="4/3"
cover cover
:class="{ shadow: isImageLoaded }"
@load="isImageLoaded = true" @load="isImageLoaded = true"
/> />
</VAvatar> </VAvatar>
-1
View File
@@ -220,7 +220,6 @@ const dropdownItems = ref([
</div> </div>
<VAvatar <VAvatar
size="8rem" size="8rem"
:class="{ shadow: isImageLoaded }"
> >
<VImg <VImg
:src="iconPath" :src="iconPath"