This commit is contained in:
jxxghp
2023-07-10 18:42:25 +08:00
parent dc938f346a
commit 48ddbaec2f
+3 -5
View File
@@ -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">