tg app fix sizes
This commit is contained in:
@@ -108,8 +108,8 @@ onBeforeUnmount(() => {
|
|||||||
v-for="item in menu"
|
v-for="item in menu"
|
||||||
:key="item.link"
|
:key="item.link"
|
||||||
:to="item.link"
|
:to="item.link"
|
||||||
class="flex w-fit h-full flex-col items-center gap-2"
|
class="flex w-fit h-full flex-col items-center gap-2 !py-2 !px-4"
|
||||||
:class="route.path == item.link ? 'bg-green-100 rounded-2xl !py-2 !px-4' : ''"
|
:class="route.path == item.link ? 'bg-green-100 rounded-2xl ' : ''"
|
||||||
>
|
>
|
||||||
<i class="!text-lg" :class="item.icon" />
|
<i class="!text-lg" :class="item.icon" />
|
||||||
<span class="font-medium text-gray-900">{{ item.name }}</span>
|
<span class="font-medium text-gray-900">{{ item.name }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user