修复商城首页,快捷入口的图标宽高不一致的问题

This commit is contained in:
owen 2023-12-07 21:02:07 +08:00
parent 5002fc5fcc
commit a7512ba2c7

View File

@ -10,7 +10,10 @@
class="h-20 w-20% flex flex-col cursor-pointer items-center justify-center gap-2"
@click="handleMenuClick(menu.routerName)"
>
<div :class="menu.bgColor" class="rounded p-3 text-white">
<div
:class="menu.bgColor"
class="h-48px w-48px flex items-center justify-center rounded text-white"
>
<Icon :icon="menu.icon" class="text-7.5!" />
</div>
<span>{{ menu.name }}</span>