mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
2 Commits
c2579f0d98
...
239f44aac6
Author | SHA1 | Date | |
---|---|---|---|
|
239f44aac6 | ||
|
7d837b6dcc |
@ -110,11 +110,11 @@ export default function ServerOverviewClient() {
|
|||||||
{t("p_3463-3530_Totalbandwidth")}
|
{t("p_3463-3530_Totalbandwidth")}
|
||||||
</p>
|
</p>
|
||||||
{data?.result ? (
|
{data?.result ? (
|
||||||
<section className="flex pt-[4px] items-center gap-2">
|
<section className="flex flex-col sm:flex-row pt-[4px] sm:items-center items-start gap-2">
|
||||||
<p className="text-[14px] font-semibold">
|
<p className="text-[13px] font-semibold">
|
||||||
↑{formatBytes(data?.total_out_bandwidth)}
|
↑{formatBytes(data?.total_out_bandwidth)}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-[14px] font-semibold">
|
<p className="text-[13px] font-semibold">
|
||||||
↓{formatBytes(data?.total_in_bandwidth)}
|
↓{formatBytes(data?.total_in_bandwidth)}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user