From 7ba5f704d3f084ef84aef7c4af0abf0a7f59553d Mon Sep 17 00:00:00 2001 From: edmondlang Date: Tue, 26 Oct 2021 19:20:12 +0800 Subject: [PATCH] update change booking price ui design --- .../forms/BookingPaymentQuotationComponent.vue | 4 ++-- .../forms/EditBookingAmountFormComponent.vue | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index 4652656b..524826ba 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -70,9 +70,9 @@
Transfer Total:
-
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
- + diff --git a/resources/assets/vue/components/bookings/forms/EditBookingAmountFormComponent.vue b/resources/assets/vue/components/bookings/forms/EditBookingAmountFormComponent.vue index 3165bbc3..2a1cd75b 100644 --- a/resources/assets/vue/components/bookings/forms/EditBookingAmountFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/EditBookingAmountFormComponent.vue @@ -10,9 +10,9 @@
-
Booking Amount
- - + + +
@@ -36,16 +36,22 @@ \ No newline at end of file