обновил страницу договоров

This commit is contained in:
developer 2026-04-29 16:36:08 +08:00
parent fc7738798d
commit c4e29181db

View File

@ -78,9 +78,11 @@ class="d-none d-flex position-absolute w-100 h-100 top-0 start-0 align-items-cen
<td class="d-block d-lg-table-cell">
<span class="d-block d-md-none fs-6 text-secondary">Жилой комплекс</span>
@if(count($complexesNames) > 1)
<div class="table_complexes_complexes_main text-nowrap">{!! $complexesNames[0] !!}
+ <span class="text-center d-inline-block bg-secondary rounded-circle fs-6 text-light"
style="width:1.3rem;height:1.3rem;cursor:pointer"
<div class="d-flex align-items-center gap-1 table_complexes_complexes_main text-nowrap">
<span>{!! $complexesNames[0] !!}<span>
<span>+</span>
<span class="d-flex justify-content-center align-items-center text-center bg-secondary rounded-circle text-light"
style="font-size: .7rem;width:1.3rem;height:1.3rem;cursor:pointer"
title="{{ implode(', ', $complexesNames) }}">{{ count($complexesNames) - 1 }}</span>
</div>
@endif