Jelajahi Sumber

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

YunaiV 9 bulan lalu
induk
melakukan
73c665892d

+ 2 - 2
src/components/DiyEditor/components/mobile/MenuSwiper/index.vue

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