fix: properties alignment
This commit is contained in:
parent
44cd753fc3
commit
946bb4fb18
1 changed files with 53 additions and 52 deletions
|
|
@ -196,8 +196,8 @@ function confirmDelete(items: unknown[], index: number) {
|
||||||
:class="
|
:class="
|
||||||
index === formServiceProperties.additional.length - 1 && 'q-mb-lg'
|
index === formServiceProperties.additional.length - 1 && 'q-mb-lg'
|
||||||
"
|
"
|
||||||
:ref="`item-${index}`"
|
|
||||||
>
|
>
|
||||||
|
<div class="col row items-center">
|
||||||
<q-btn
|
<q-btn
|
||||||
id="btn-move-up-product"
|
id="btn-move-up-product"
|
||||||
icon="mdi-arrow-up"
|
icon="mdi-arrow-up"
|
||||||
|
|
@ -251,6 +251,7 @@ function confirmDelete(items: unknown[], index: number) {
|
||||||
</q-item>
|
</q-item>
|
||||||
</template>
|
</template>
|
||||||
</q-select>
|
</q-select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<q-select
|
<q-select
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue