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="
|
||||
index === formServiceProperties.additional.length - 1 && 'q-mb-lg'
|
||||
"
|
||||
:ref="`item-${index}`"
|
||||
>
|
||||
<div class="col row items-center">
|
||||
<q-btn
|
||||
id="btn-move-up-product"
|
||||
icon="mdi-arrow-up"
|
||||
|
|
@ -251,6 +251,7 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
</q-item>
|
||||
</template>
|
||||
</q-select>
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<q-select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue