Commit 73c66589 by YunaiV

feat:【商城】店铺装修-菜单导航:修改图标大小 42 -> 32 避免过大

parent e964e472
...@@ -51,7 +51,7 @@ const props = defineProps<{ property: MenuSwiperProperty }>() ...@@ -51,7 +51,7 @@ const props = defineProps<{ property: MenuSwiperProperty }>()
// 标题的高度 // 标题的高度
const TITLE_HEIGHT = 20 const TITLE_HEIGHT = 20
// 图标的高度 // 图标的高度
const ICON_SIZE = 42 const ICON_SIZE = 32
// 垂直间距:一行上下的间距 // 垂直间距:一行上下的间距
const SPACE_Y = 16 const SPACE_Y = 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment