mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-08 17:20:38 +08:00
style: The height of the cards is unified.
- 将tr与qb的卡片高度统一。
This commit is contained in:
@@ -169,7 +169,9 @@ onUnmounted(() => {
|
|||||||
<span>{{ `↓ ${formatFileSize(download_rate, 1)}/s` }}</span>
|
<span>{{ `↓ ${formatFileSize(download_rate, 1)}/s` }}</span>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</VCardText>
|
||||||
</VCard>
|
</VCard>
|
||||||
<VDialog v-model="downloaderInfoDialog" scrollable max-width="40rem">
|
<VDialog v-model="downloaderInfoDialog" scrollable max-width="40rem">
|
||||||
|
|||||||
Reference in New Issue
Block a user