mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix ui
This commit is contained in:
@@ -89,10 +89,10 @@ onUnmounted(() => {
|
|||||||
<VCardText class="pt-4">
|
<VCardText class="pt-4">
|
||||||
<div>
|
<div>
|
||||||
<p class="text-h5 me-2">
|
<p class="text-h5 me-2">
|
||||||
↑{{ formatFileSize(downloadInfo.upload_speed) }}/s
|
↑{{ formatFileSize(downloadInfo.upload_speed) }}B/s
|
||||||
</p>
|
</p>
|
||||||
<p class="text-h4 me-2">
|
<p class="text-h4 me-2">
|
||||||
↓{{ formatFileSize(downloadInfo.download_speed) }}/s
|
↓{{ formatFileSize(downloadInfo.download_speed) }}B/s
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<VList class="card-list mt-9">
|
<VList class="card-list mt-9">
|
||||||
|
|||||||
Reference in New Issue
Block a user