From 30dc428b1a6dc1fe92b85502f3425c1bced271a4 Mon Sep 17 00:00:00 2001 From: asift798 Date: Tue, 15 Feb 2022 18:41:05 +0530 Subject: [PATCH] apply scroll to load data changes in customer and fixed search with scroll to load data issue in estimate, invoice, recurring invoice and payments --- .../partials/CustomerViewSidebar.vue | 141 +++++++++++------- .../scripts/admin/views/estimates/View.vue | 71 +++++---- .../scripts/admin/views/invoices/View.vue | 60 ++++---- .../scripts/admin/views/payments/View.vue | 79 +++++----- .../partials/RecurringInvoiceViewSidebar.vue | 71 +++++---- 5 files changed, 221 insertions(+), 201 deletions(-) diff --git a/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue b/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue index 45a4e8a7..e76e5d5a 100644 --- a/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue +++ b/resources/scripts/admin/views/customers/partials/CustomerViewSidebar.vue @@ -7,7 +7,7 @@ hidden h-full pt-16 - pb-4 + pb-[6.6rem] ml-56 bg-white xl:ml-64 @@ -107,18 +107,18 @@