Skip to content

Commit

Permalink
draft 1
Browse files Browse the repository at this point in the history
  • Loading branch information
3gf8jv4dv committed Dec 21, 2024
1 parent 47d4088 commit d262476
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 239 deletions.
2 changes: 1 addition & 1 deletion src/components/common/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Text from './Text'
import { scaleSizeH, scaleSizeW } from '@/utils/pixelRatio'

const menuItemHeight = scaleSizeH(40)
const menuItemWidth = scaleSizeW(100)
const menuItemWidth = scaleSizeW(130)

export interface Position { w: number, h: number, x: number, y: number, menuWidth?: number, menuHeight?: number }
export interface MenuSize { width?: number, height?: number }
Expand Down
Loading

0 comments on commit d262476

Please sign in to comment.