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

This commit is contained in:
developer 2026-04-15 13:02:32 +08:00
parent ee64915afc
commit 9abdb8dc08

View File

@ -42,7 +42,7 @@ class="btn list-group-item list-group-item-action p-3 bg-white rounded border bo
</div> </div>
</div> </div>
<div> <div>
@livewire('clientsTable', ['count' => 6, 'mode' => 'short']) @livewire('clientsTable', ['count' => 4, 'mode' => 'short'])
</div> </div>
</div> </div>
</div> </div>
@ -60,7 +60,7 @@ class="btn list-group-item list-group-item-action p-3 bg-white rounded border bo
<style> <style>
.form-wrap { .form-wrap {
position: relative; position: relative;
min-height:450px; min-height:350px;
max-height: 600px; max-height: 600px;
overflow: visible; /* чтобы нижняя часть могла выйти наружу */ overflow: visible; /* чтобы нижняя часть могла выйти наружу */