This commit is contained in:
jxxghp
2023-11-06 11:42:13 +08:00
parent 52bbf65fa8
commit 315274abf9
3 changed files with 5 additions and 5 deletions

View File

@@ -89,10 +89,10 @@ onUnmounted(() => {
<VCardText class="pt-4">
<div>
<p class="text-h5 me-2">
{{ formatFileSize(downloadInfo.upload_speed) }}B/s
{{ formatFileSize(downloadInfo.upload_speed) }}/s
</p>
<p class="text-h4 me-2">
{{ formatFileSize(downloadInfo.download_speed) }}B/s
{{ formatFileSize(downloadInfo.download_speed) }}/s
</p>
</div>
<VList class="card-list mt-9">