Merge branch 'dev/phatt' into develop

This commit is contained in:
puriphatt 2024-04-09 10:05:46 +07:00
commit 3ae97b2f23

View file

@ -65,14 +65,14 @@ const addrOptions = ref({
<!-- form-top -->
<div class="form-body-top" :class="{ dark: $q.dark.isActive }">
<q-card-section class="column col-12">
<div class="row q-col-gutter-x-md">
<div class="row q-col-gutter-x-md" style="row-gap: 16px">
<slot name="top"></slot>
</div>
</q-card-section>
</div>
<!-- form-mid -->
<div class="row" style="overflow-y: auto; max-height: 60vh">
<div class="row" style="overflow-y: auto; max-height: 50vh">
<!-- prepend -->
<q-card-section
class="column col-4"
@ -83,7 +83,7 @@ const addrOptions = ref({
<!-- center -->
<q-card-section
class="column"
:class="`${$slots.prepend ? 'col-8' : 'col-6'}`"
:class="`${$slots.prepend ? 'col-8' : $slots.append ? 'col-6' : 'col-12'}`"
>
<div
class="row inline col-12 q-col-gutter-x-md"