mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
style(overview): adjust TrafficWidget grid cols (#104)
Co-authored-by: nb5p <nb5p@users.noreply.github.com>
This commit is contained in:
parent
a29e638c1e
commit
bc04b0edf4
@ -175,7 +175,7 @@ export default () => {
|
||||
|
||||
return (
|
||||
<div class="flex flex-col gap-4">
|
||||
<div class="stats stats-vertical w-full bg-primary shadow lg:stats-horizontal lg:flex">
|
||||
<div class="stats stats-vertical w-full grid-cols-2 bg-primary shadow lg:stats-horizontal lg:flex">
|
||||
<TrafficWidget label={t('upload')}>
|
||||
{byteSize(traffic()?.up || 0).toString()}/s
|
||||
</TrafficWidget>
|
||||
|
Loading…
Reference in New Issue
Block a user