доработка компоненты вывода клиентов: вывел поиск по жк

This commit is contained in:
developer 2026-04-23 18:29:16 +08:00
parent 3597f7d37a
commit 83fc0ea360

View File

@ -25,7 +25,7 @@
<span class="text-truncate">{{ $filter['complexes'][0]['name'] }}</span>
@if(count($filter['complexes']) > 1)
<span>
+ <span class="d-inline-block bg-secondary rounded-circle" style="width:1.7rem;height:1.7rem">{{ count($filter['complexes']) - 1 }}</span>
+ <span class="d-inline-block bg-secondary rounded-circle fs-6 text-light" style="width:1.3rem;height:1.3rem">{{ count($filter['complexes']) - 1 }}</span>
</span>
@endif
</div>