更新 AnalyticsNetwork.vue

This commit is contained in:
jxxghp
2025-07-03 22:12:28 +08:00
committed by GitHub
parent 3a680a132f
commit 3186c6ca0e
+2 -2
View File
@@ -203,11 +203,11 @@ onActivated(() => {
<VApexChart :key="chartKey" type="line" :options="chartOptions" :series="series" :height="150" /> <VApexChart :key="chartKey" type="line" :options="chartOptions" :series="series" :height="150" />
<div class="d-flex justify-space-between"> <div class="d-flex justify-space-between">
<p class="text-center font-weight-medium mb-0"> <p class="text-center font-weight-medium mb-0">
<span class="text-primary">{{ t('dashboard.upload') }}</span <span class="text-warning">{{ t('dashboard.upload') }}</span
>{{ formatBytes(currentUpload) }} >{{ formatBytes(currentUpload) }}
</p> </p>
<p class="text-center font-weight-medium mb-0"> <p class="text-center font-weight-medium mb-0">
<span class="text-success">{{ t('dashboard.download') }}</span <span class="text-info">{{ t('dashboard.download') }}</span
>{{ formatBytes(currentDownload) }} >{{ formatBytes(currentDownload) }}
</p> </p>
</div> </div>