Merge pull request #377 from Lrss/master

Fix: Inconsistent white-space for the "Avg."-Ping/Response title.
This commit is contained in:
Louis Lam
2021-09-12 23:48:29 +08:00
committed by GitHub
14 changed files with 36 additions and 36 deletions

View File

@@ -55,7 +55,7 @@
</span>
</div>
<div class="col">
<h4>{{ $t("Avg.") }}{{ pingTitle }}</h4>
<h4>{{ $t("Avg.") }} {{ pingTitle }}</h4>
<p>(24{{ $t("-hour") }})</p>
<span class="num"><CountUp :value="avgPing" /></span>
</div>