fix edit billing address ui

This commit is contained in:
Omair Saleh
2022-10-17 13:44:32 +08:00
parent 8396e8dab3
commit 086b262fca
@@ -100,8 +100,8 @@
</modal-component>
</div>
</div>
<div class="row text-center parentContainer" v-if="!item.shippng_transaction && item.order && item.order.company_module.billingAddress" >
<div class="col-auto requestModal" data-type="editBillingAddress">
<div class="row text-center parentContainer m-t-10" v-if="!item.shippng_transaction && item.order && item.order.company_module.billingAddress" >
<div class="col-auto requestModal pointer" data-type="editBillingAddress">
<i class="fa fa-edit pointer fa-fw m-l-5"></i> Edit billing Address
</div>
<modal-component class="animate__animated animate__fast animate__fadeIn" size="extra-large" styleType="fill-in" type="editBillingAddress">