Обновлен вывод сведений о жк в таблице

This commit is contained in:
developer 2026-04-24 11:54:44 +08:00
parent b06a6b6556
commit 29678895c3
2 changed files with 4 additions and 2 deletions

View File

@ -45,14 +45,16 @@
.clients-table_complexes { .clients-table_complexes {
top:0; top:0;
left:0; left:0;
height:30px; height:28px;
overflow: hidden; overflow: hidden;
cursor:pointer;
} }
.clients-table_complexes:hover { .clients-table_complexes:hover {
position:absolute; position:absolute;
top:0; top:0;
left:0; left:0;
height: auto; height: auto;
background-color:#ccc;
.table_complexes_complexes_main { .table_complexes_complexes_main {
display:none; display:none;
} }

View File

@ -63,7 +63,7 @@ class="d-none d-flex position-absolute w-100 h-100 top-0 start-0 align-items-cen
</div> </div>
<div class="col position-relative"> <div class="col position-relative">
<div class="clients-table_complexes position-md-absolute"> <div class="clients-table_complexes position-md-absolute rounded p-1">
@if(count($complexesNames) > 1) @if(count($complexesNames) > 1)
<div class="table_complexes_complexes_main">{!! $complexesNames[0] !!} <div class="table_complexes_complexes_main">{!! $complexesNames[0] !!}
+ <span class="text-center d-inline-block bg-secondary rounded-circle fs-6 text-light" + <span class="text-center d-inline-block bg-secondary rounded-circle fs-6 text-light"