From 37444e6e309737909aefb134d53c1e4641bd7a8a Mon Sep 17 00:00:00 2001 From: edmondlang Date: Mon, 20 Mar 2023 18:05:29 +0800 Subject: [PATCH] update billing question display position --- .../elements/AdminDisputePaymentsBillingComponent.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/assets/vue/components/paymentsBilling/elements/AdminDisputePaymentsBillingComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/AdminDisputePaymentsBillingComponent.vue index 10560438..97523a97 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/AdminDisputePaymentsBillingComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/AdminDisputePaymentsBillingComponent.vue @@ -27,10 +27,6 @@
n/a
MYR {{ item.suspended_invoice.amount.toFixed(2) }}
-
-

Billing Question

-
{{ latestComment ? latestComment.content : '' }}
-
@@ -64,6 +60,12 @@
+
+
+

Billing Question

+
{{ latestComment ? latestComment.content : '' }}
+
+