diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index ae9a790e..6d82f816 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -543,9 +543,9 @@ watch(
-
+
- + {{ $t('quotation.title') }} @@ -570,7 +570,7 @@ watch( class="row col full-width q-pa-md" style="flex-grow: 1; overflow-y: hidden" :style="{ - overflowY: $q.screen.gt.sm ? 'hidden' : 'auto', + overflowY: $q.screen.gt.xs ? 'hidden' : 'auto', }" >