Обновлен вывод сведений о жк в таблице
This commit is contained in:
parent
b06a6b6556
commit
29678895c3
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user