Skip to content

Commit

Permalink
feat: compare
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Jan 6, 2025
1 parent ba96152 commit e746c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stateless/CompareAll/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const Compare = ({
return (
<div
ref={sliderRef}
className={clsx('w-[300px] h-[160px] overflow-hidden', className)}
className={clsx('w-[360px] h-[160px] overflow-hidden', className)}
style={{
position: 'relative',
cursor: slideMode === 'drag' ? 'grab' : 'col-resize',
Expand Down

0 comments on commit e746c7f

Please sign in to comment.