mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
fix: CycleTransferStats bar overflow
This commit is contained in:
parent
1970248ae6
commit
7e259f22de
@ -58,7 +58,7 @@ export const CycleTransferStatsClient: React.FC<
|
||||
/>
|
||||
</div>
|
||||
</section>
|
||||
<div className="w-full bg-neutral-200 dark:bg-neutral-800 rounded-full h-2.5">
|
||||
<div className="w-full bg-neutral-200 dark:bg-neutral-800 rounded-full overflow-hidden h-2.5">
|
||||
<div
|
||||
className="bg-blue-600 h-2.5 rounded-full"
|
||||
style={{ width: `${Math.min(progress, 100)}%` }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user