mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
chore: update deps
This commit is contained in:
parent
d09fb7c019
commit
51800e11c1
@ -91,9 +91,9 @@ export default function ServerCard({
|
||||
</div>
|
||||
<ServerUsageBar value={stg} />
|
||||
</div>
|
||||
<div className={"flex flex-col"}>
|
||||
<div className={"flex flex-col items-end"}>
|
||||
<p className="text-xs text-muted-foreground">Upload</p>
|
||||
<div className="text-xs font-semibold flex items-center">
|
||||
<div className="text-xs font-semibold flex items-center justify-end">
|
||||
<MotionNumber
|
||||
value={up.toFixed(2)}
|
||||
format={{ notation: "compact" }}
|
||||
@ -104,7 +104,7 @@ export default function ServerCard({
|
||||
</div>
|
||||
<div className={"flex flex-col"}>
|
||||
<p className="text-xs text-muted-foreground">Download</p>
|
||||
<div className="text-xs font-semibold flex items-center">
|
||||
<div className="text-xs font-semibold flex items-center justify-end">
|
||||
<MotionNumber
|
||||
value={down.toFixed(2)}
|
||||
format={{ notation: "compact" }}
|
||||
|
Loading…
Reference in New Issue
Block a user