Skip to content

Commit 73c6658

Browse files
committed
feat:【商城】店铺装修-菜单导航:修改图标大小 42 -> 32 避免过大
1 parent e964e47 commit 73c6658

File tree

1 file changed

+2
-2
lines changed
  • src/components/DiyEditor/components/mobile/MenuSwiper

1 file changed

+2
-2
lines changed

src/components/DiyEditor/components/mobile/MenuSwiper/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</span>
4040
</div>
4141
</div>
42-
</el-carousel-item>
42+
</el-carousel-item>
4343
</el-carousel>
4444
</template>
4545

@@ -51,7 +51,7 @@ const props = defineProps<{ property: MenuSwiperProperty }>()
5151
// 标题的高度
5252
const TITLE_HEIGHT = 20
5353
// 图标的高度
54-
const ICON_SIZE = 42
54+
const ICON_SIZE = 32
5555
// 垂直间距:一行上下的间距
5656
const SPACE_Y = 16
5757

0 commit comments

Comments
 (0)