diff --git a/src/pages/05_quotation/QuotationFormInfo.vue b/src/pages/05_quotation/QuotationFormInfo.vue
index 131eb4c9..465bf883 100644
--- a/src/pages/05_quotation/QuotationFormInfo.vue
+++ b/src/pages/05_quotation/QuotationFormInfo.vue
@@ -79,23 +79,23 @@ watch(
@@ -113,23 +113,23 @@ watch(
:label="$t('quotation.label.telephone')"
:readonly="readonly"
v-model="telephone"
- class="col-6"
+ class="col-12"
dense
outlined
/>
@@ -157,25 +157,30 @@ watch(
input-debounce="0"
option-value="value"
option-label="label"
- class="col-6"
+ class="col-12"
autocomplete="off"
for="select-payType"
dense
:label="$t('quotation.label.payType')"
:options="[]"
- :readonly="readonly"
+ :readonly
:hide-dropdown-icon="readonly"
v-model="payType"
>
-
-
{{ $t('quotation.label.paySplitCount') }}
-
- ({{ $t('quotation.label.payTotal') }})
-
+
+
+
+ {{ $t('quotation.label.paySplitCount') }}
+
+ ({{ $t('quotation.label.payTotal') }})
+
+
+
-