From 68c376c01146f5d4092aff027f35233ba706277b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 10 Oct 2024 10:35:20 +0700 Subject: [PATCH] fix: layout --- src/pages/05_quotation/QuotationForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', }" >