This commit is contained in:
2026-02-24 21:22:14 +08:00
parent d71c79c87a
commit bf80e17514
3 changed files with 23 additions and 26 deletions

View File

@@ -134,7 +134,7 @@ export function Progress({
</div>
</div>
{showLabel && (
<div className="ml-3 text-sm font-medium text-gray-700 min-w-[3rem] text-right">
<div className="ml-3 text-sm font-medium text-gray-700 min-w-12 text-right">
{formatLabel()}
</div>
)}