доработка компоненты вывода клиентов: вывел поиск по жк
This commit is contained in:
parent
3597f7d37a
commit
83fc0ea360
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user