Skip to content

Commit

Permalink
修复图片与遮罩形状不统一
Browse files Browse the repository at this point in the history
  • Loading branch information
slince-zero committed May 5, 2024
1 parent 5c0398d commit 418b196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/center/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function CenterBoard() {
height: '100%',
top: '0',
left: '0',
borderRadius: '1.5rem',
borderRadius: isCircle ? '1.5rem' : '0',
backgroundColor: hexColor,
opacity: opacityValue,
}}></div>
Expand Down

0 comments on commit 418b196

Please sign in to comment.