mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix plugin ui
This commit is contained in:
+1
-1
@@ -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": {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -220,7 +220,6 @@ const dropdownItems = ref([
|
|||||||
</div>
|
</div>
|
||||||
<VAvatar
|
<VAvatar
|
||||||
size="8rem"
|
size="8rem"
|
||||||
:class="{ shadow: isImageLoaded }"
|
|
||||||
>
|
>
|
||||||
<VImg
|
<VImg
|
||||||
:src="iconPath"
|
:src="iconPath"
|
||||||
|
|||||||
Reference in New Issue
Block a user