mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-28 07:26:57 +00:00
自定已自提相关
This commit is contained in:
@@ -28,7 +28,7 @@ const Progress = ({ targetRef, showPercent = true }) => {
|
||||
}, [percent])
|
||||
|
||||
return (
|
||||
<div className="h-4 w-full shadow-2xl bg-gray-400 font-sans">
|
||||
<div className="h-4 w-full shadow-2xl bg-gray-400 ">
|
||||
<div
|
||||
className="h-4 bg-indigo-400 duration-200"
|
||||
style={{ width: `${percent}%` }}
|
||||
|
||||
Reference in New Issue
Block a user