mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
修改hexo卡片元素位置和间隙
This commit is contained in:
@@ -28,9 +28,9 @@ const Progress = ({ targetRef, showPercent = true }) => {
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<div className="h-4 w-full shadow-2xl bg-gray-400 ">
|
||||
<div className="h-4 w-full shadow-2xl bg-gray-700 rounded-sm">
|
||||
<div
|
||||
className="h-4 bg-indigo-400 duration-200"
|
||||
className="h-4 bg-indigo-600 duration-200 rounded-sm"
|
||||
style={{ width: `${percent}%` }}
|
||||
>
|
||||
{showPercent && (
|
||||
|
||||
Reference in New Issue
Block a user