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