This commit is contained in:
parent
bb451dd6e4
commit
fc74b04ebc
|
|
@ -577,7 +577,7 @@ export function DetailPageHeader({ data }: { data: any }) {
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{showDownloadBar && (
|
{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
|
<div
|
||||||
className="h-full bg-blue-500 transition-all duration-300"
|
className="h-full bg-blue-500 transition-all duration-300"
|
||||||
style={{ width: `${downloadPercent}%` }}
|
style={{ width: `${downloadPercent}%` }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue