From 73c665892db651c35564c94c46d0af5525f2751b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 1 May 2025 07:54:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E5=BA=97=E9=93=BA=E8=A3=85=E4=BF=AE-=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=AF=BC=E8=88=AA=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=A4=A7=E5=B0=8F=2042=20->=2032=20=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E8=BF=87=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DiyEditor/components/mobile/MenuSwiper/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue b/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue index f8e2bbc6..fc6d7182 100644 --- a/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue +++ b/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue @@ -39,7 +39,7 @@ - + @@ -51,7 +51,7 @@ const props = defineProps<{ property: MenuSwiperProperty }>() // 标题的高度 const TITLE_HEIGHT = 20 // 图标的高度 -const ICON_SIZE = 42 +const ICON_SIZE = 32 // 垂直间距:一行上下的间距 const SPACE_Y = 16