Simplify manager section layouts
This commit is contained in:
@@ -65,15 +65,11 @@ const filteredClients = computed(() => {
|
||||
title="Клиенты"
|
||||
search-placeholder="Компания, контакт, email или ИНН"
|
||||
>
|
||||
<div class="flex flex-col gap-3 md:flex-row md:items-center md:justify-between">
|
||||
<div class="manager-mini-card text-sm text-[#123824] md:w-56">
|
||||
Всего карточек: <span class="font-semibold">{{ filteredClients.length }}</span>
|
||||
</div>
|
||||
|
||||
<template #controls>
|
||||
<NuxtLink to="/clients/invite" class="btn btn-primary border-0">
|
||||
Пригласить клиента
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
</UiSectionSearchHero>
|
||||
|
||||
<div v-if="clientsQuery.loading.value" class="manager-empty-state">
|
||||
|
||||
Reference in New Issue
Block a user