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