This commit is contained in:
hailin 2025-06-24 17:42:28 +08:00
parent bb451dd6e4
commit fc74b04ebc
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ export function DetailPageHeader({ data }: { data: any }) {
</button>
{showDownloadBar && (
<div className="w-[20px] h-[4px] bg-gray-200 rounded overflow-hidden mt-1">
<div className="w-full h-[4px] bg-gray-200 rounded overflow-hidden mt-1">
<div
className="h-full bg-blue-500 transition-all duration-300"
style={{ width: `${downloadPercent}%` }}