We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5002fc5 commit a7512baCopy full SHA for a7512ba
src/views/mall/home/components/ShortcutCard.vue
@@ -10,7 +10,10 @@
10
class="h-20 w-20% flex flex-col cursor-pointer items-center justify-center gap-2"
11
@click="handleMenuClick(menu.routerName)"
12
>
13
- <div :class="menu.bgColor" class="rounded p-3 text-white">
+ <div
14
+ :class="menu.bgColor"
15
+ class="h-48px w-48px flex items-center justify-center rounded text-white"
16
+ >
17
<Icon :icon="menu.icon" class="text-7.5!" />
18
</div>
19
<span>{{ menu.name }}</span>
0 commit comments