style: The height of the cards is unified.

- 将tr与qb的卡片高度统一。
This commit is contained in:
Aqr-K
2024-09-20 19:00:29 +08:00
parent 6376a81c4a
commit 29912cac8d

View File

@@ -169,7 +169,9 @@ onUnmounted(() => {
<span>{{ `${formatFileSize(download_rate, 1)}/s` }}</span>
</div>
</div>
<VImg :src="getIcon" cover class="mt-7" max-width="3rem" min-width="3rem" />
<div class="h-20">
<VImg :src="getIcon" cover class="mt-7" max-width="3rem" min-width="3rem" />
</div>
</VCardText>
</VCard>
<VDialog v-model="downloaderInfoDialog" scrollable max-width="40rem">