Aumentato il width delle combobox su cellulare (:class="$q.screen.lt.sm ? ` : row + text-blue `")

corretto i default dei nuovi record
This commit is contained in:
Paolo Arena
2022-06-17 13:19:03 +02:00
parent 05626e87c5
commit 51e13794c3
4 changed files with 14 additions and 19 deletions

View File

@@ -557,7 +557,8 @@
<q-card-section class="inset-shadow">
<div
v-for="col in mycolumns" :key="col.name" class="newrec_fields">
:class="$q.screen.lt.sm ? `` : `row` + ` text-blue `"
v-for="col in mycolumns" :key="col.name">
<!--<div class="text-center q-my-xs" v-if="(col.fieldtype === costanti.FieldType.separator)">
<q-btn color="primary" size="md" dense :icon="!showfilteradv ? 'fas fa-arrow-down' : 'fas fa-arrow-up'"