mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix
This commit is contained in:
@@ -86,11 +86,9 @@ onUnmounted(() => {
|
|||||||
</VCardItem>
|
</VCardItem>
|
||||||
|
|
||||||
<VCardText class="pt-4">
|
<VCardText class="pt-4">
|
||||||
<div class="d-flex align-center">
|
<div>
|
||||||
<h4 class="text-h4 me-2">
|
<p class="text-h5 me-2">↑{{ formatFileSize(downloadInfo.upload_speed) }}/s</p>
|
||||||
↑{{ formatFileSize(downloadInfo.upload_speed) }}/s <br />
|
<p class="text-h4 me-2">↓{{ formatFileSize(downloadInfo.download_speed) }}/s</p>
|
||||||
↓{{ formatFileSize(downloadInfo.download_speed) }}/s
|
|
||||||
</h4>
|
|
||||||
</div>
|
</div>
|
||||||
<VList class="card-list mt-9">
|
<VList class="card-list mt-9">
|
||||||
<VListItem v-for="item in infoItems" :key="item.title">
|
<VListItem v-for="item in infoItems" :key="item.title">
|
||||||
|
|||||||
Reference in New Issue
Block a user