Skip to content

Commit

Permalink
修改细节
Browse files Browse the repository at this point in the history
  • Loading branch information
slince-zero committed May 14, 2024
1 parent e46f436 commit 4cbcfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/center/dragScreenShot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const ScreenCapture = () => {
height: `${position.height}px`,
width: `${position.width}px`,
backgroundColor: 'blue',
opacity: 0.5,
opacity: 0.3,
position: 'absolute',
left: `${position.left}px`,
top: `${position.top}px`,
Expand Down

0 comments on commit 4cbcfd3

Please sign in to comment.