fix plugins

This commit is contained in:
jxxghp
2024-07-14 17:16:44 +08:00
parent 169f1b327b
commit 4da24e27a4
3 changed files with 9 additions and 9 deletions

View File

@@ -408,7 +408,7 @@ watch(
</VMenu>
</IconBtn>
</div>
<div class="flex flex-row items-center pa-3 justify-between" :style="{ background: `${backgroundColor}` }">
<div class="flex flex-row items-start pa-3 justify-between grow" :style="{ background: `${backgroundColor}` }">
<div class="flex-1 min-w-0">
<VCardTitle class="text-white px-2 text-shadow whitespace-nowrap overflow-hidden text-ellipsis">
<VBadge v-if="props.plugin?.state" dot inline color="success" />
@@ -419,7 +419,7 @@ watch(
{{ props.plugin?.plugin_desc }}
</VCardText>
</div>
<div class="flex-shrink-0">
<div class="flex-shrink-0 self-center">
<VAvatar size="64">
<VImg
ref="imageRef"
@@ -433,7 +433,7 @@ watch(
</VAvatar>
</div>
</div>
<VCardText class="flex align-self-baseline py-3 w-full align-end">
<VCardText class="flex flex-none align-self-baseline py-3 w-full align-end">
<span>
<VIcon icon="mdi-github" class="me-1" />
<a :href="props.plugin?.author_url" target="_blank" @click.stop>