Merge branch 'dev/phatt' into develop
This commit is contained in:
commit
3ae97b2f23
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue