mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
minor imps
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
v-if="menuItems?.length"
|
||||
class="h-full"
|
||||
class="flex-1"
|
||||
>
|
||||
<ul
|
||||
class="flex flex-col w-full h-full gap-y-2 first:rounded-t-md last:rounded-b-md p-1"
|
||||
@ -43,10 +43,9 @@
|
||||
</div>
|
||||
<div
|
||||
v-else
|
||||
class="flex justify-center items-center px-20 flex-1"
|
||||
class="flex justify-center items-center px-20 flex-1 my-auto"
|
||||
>
|
||||
<UiIconNoData class="text-primary size-24 shrink-0" />
|
||||
<!-- <p>{{ t('empty') }}</p> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
class="px-2 sticky -top-2 z-10 bg-base-200"
|
||||
v-show="breadCrumbs.length"
|
||||
/>
|
||||
<div class="flex-1 overflow-auto py-1">
|
||||
<div class="flex-1 py-1 flex">
|
||||
<HaexPassMobileMenu
|
||||
:menu-items="groupItems"
|
||||
ref="listRef"
|
||||
|
||||
Reference in New Issue
Block a user