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

This commit is contained in:
YunaiV 2025-05-01 07:54:50 +08:00
parent e964e47274
commit 73c665892d

View File

@ -39,7 +39,7 @@
</span> </span>
</div> </div>
</div> </div>
</el-carousel-item> </el-carousel-item>
</el-carousel> </el-carousel>
</template> </template>
@ -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