fix: properties alignment

This commit is contained in:
puriphatt 2024-06-20 06:16:06 +00:00
parent 44cd753fc3
commit 946bb4fb18

View file

@ -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