обновлена форма добавления клиентов: сделан выбор нескольких жк
This commit is contained in:
parent
ee64915afc
commit
9abdb8dc08
@ -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; /* чтобы нижняя часть могла выйти наружу */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user