style: Update DownloaderCard and MediaServerCard to improve UI consistency

This commit is contained in:
jxxghp
2024-08-16 12:35:40 +08:00
parent 200b22cf0c
commit 57f6547b91
3 changed files with 9 additions and 11 deletions
+3 -3
View File
@@ -122,15 +122,15 @@ onMounted(() => {
<VCard variant="tonal" @click="openMediaServerInfoDialog">
<DialogCloseBtn @click="onClose" />
<VCardText class="flex justify-space-between align-center gap-3">
<div class="align-self-start">
<div class="align-self-start flex-1">
<div class="text-h6 mb-1">{{ mediaserver.name }}</div>
<div class="text-body-1 mt-5 flex flex-wrap">
<div class="text-sm mt-5 flex flex-wrap">
<span v-for="item in infoItems" :key="item.title" class="me-2 mb-1">
<VIcon rounded :icon="item.avatar" class="me-1" />{{ item.amount }}
</span>
</div>
</div>
<VImg :src="getIcon" cover class="mt-5 me-3" max-width="4rem" />
<VImg :src="getIcon" cover class="mt-5 me-3" max-width="3rem" min-width="3rem" />
</VCardText>
</VCard>
<VDialog v-model="mediaServerInfoDialog" scrollable max-width="40rem">