Simplify manager section layouts

This commit is contained in:
Ruslan Bakiev
2026-04-04 08:45:53 +07:00
parent 26b44f30bf
commit 60f8b863a2
5 changed files with 111 additions and 153 deletions

View File

@@ -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">