feat: 修改侧边菜单样式
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div :class="['flex flex-col gap-[16px]', { 'mt-auto mb-[8px] shrink-1': item.id === 5 }]"
|
<div :class="['flex flex-col gap-[16px]', { 'mt-auto mb-[8px] shrink-1': item.id === 5 }]"
|
||||||
v-for="(item) in menus" :key="item.id">
|
v-for="(item) in menus" :key="item.id">
|
||||||
<div :class="['cursor-pointer flex flex-col items-center justify-center']" @click="handleClick(item)">
|
<div :class="['cursor-pointer flex flex-col items-center justify-center']" @click="handleClick(item)">
|
||||||
<div :class="['box-border rounded-[16px] p-[8px] hover:bg-white', { 'bg-white': item.id === currentId }]">
|
<div :class="['box-border rounded-[16px] w-[48px] h-[48px] flex flex-col items-center justify-center hover:bg-white', { 'bg-white': item.id === currentId }]">
|
||||||
<component :is="item.icon" :color="item.id === currentId ? item.activeColor : item.color"
|
<component :is="item.icon" :color="item.id === currentId ? item.activeColor : item.color"
|
||||||
:class="['w-[32px] h-[32px]]']" />
|
:class="['w-[32px] h-[32px]]']" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user