mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-18 13:07:35 +08:00
fix plugin icon
This commit is contained in:
@@ -14,15 +14,11 @@ const showPluginInfo = () => {};
|
||||
<template>
|
||||
<VCard :width="props.width" :height="props.height" @click="showPluginInfo">
|
||||
<div
|
||||
:class="`relative pa-4 text-center card-cover-blurred`"
|
||||
class="relative pa-4 text-center card-cover-blurred"
|
||||
:style="{ background: `${props.plugin?.plugin_color}` }"
|
||||
>
|
||||
<VAvatar size="128" class="shadow">
|
||||
<VImg
|
||||
:src="`@/assets/images/plugin/${props.plugin?.plugin_icon}`"
|
||||
aspect-ratio="4/3"
|
||||
cover
|
||||
/>
|
||||
<VImg :src="`/plugin/${props.plugin?.plugin_icon}`" aspect-ratio="4/3" cover />
|
||||
</VAvatar>
|
||||
</div>
|
||||
<VCardTitle>{{ props.plugin?.plugin_name }}</VCardTitle>
|
||||
|
||||
Reference in New Issue
Block a user