обновлена форма добавления клиентов: сделан выбор нескольких жк

This commit is contained in:
developer 2026-04-15 16:39:51 +08:00
parent 8e01cce255
commit 7d16ae6ede

View File

@ -47,18 +47,19 @@ class="btn list-group-item list-group-item-action p-3 bg-white rounded border bo
</div> </div>
</div> </div>
<div class="form-wrap col-12 col-lg-6"> <div class="form-wrap col-12 col-lg-6">
<div class="form-wrap__inner p-2 px-sm-4 py-sm-3 bg-primary border rounded-3 mx-auto" style=""> <div class="form-wrap__inner position-relative p-2 px-sm-4 py-sm-3 bg-primary border rounded-3 mx-auto" style="">
<div class="h4 pb-2 mb-2 fw-bold d-flex flex-column"> <div class="h4 pb-2 mb-2 fw-bold d-flex flex-column">
<small>Добавить клиента</small> <small>Добавить клиента</small>
</div> </div>
<livewire:ClientCreator /> <livewire:ClientCreator />
</div> <div class="dots rounded-bottom-4 bg-primary p-1 w-100">
<div class="dots bg-primary p-1 w-100">
<div class="text-center" style="margin-bottom:-9px"> <div class="text-center" style="margin-bottom:-9px">
<i class="bi bi-three-dots"></i> <i class="bi bi-three-dots"></i>
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>
@endif @endif
</div> </div>