From 1f4cc6a74a781a5cb374be1057ca1886d6cbe684 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 4 Dec 2023 17:49:01 +0800 Subject: [PATCH] fix --- src/layout/components/AppMain.vue | 2 +- src/layout/components/AppSidebar/Menu.vue | 2 +- src/layout/index.vue | 2 +- src/styles/form.scss | 2 +- src/styles/index.scss | 36 ++++++ src/utils/common.ts | 10 ++ src/views/Home.vue | 4 +- src/views/config/level/Index.vue | 9 +- src/views/config/param/Buyer.vue | 2 +- src/views/config/param/Financial.vue | 2 +- src/views/product/afterLoan/1030.vue | 116 ++++++++++---------- src/views/product/afterLoan/1033.vue | 2 + src/views/product/afterLoan/CardList.vue | 65 ++++------- src/views/product/bank/CardList.vue | 35 ++---- src/views/product/fund/CardList.vue | 35 ++---- src/views/product/insurance/Add.vue | 45 ++++++-- src/views/product/insurance/CardList.vue | 41 ++----- src/views/product/insurance/Info.vue | 8 +- src/views/product/insurance/List.vue | 2 +- src/views/product/interestRate/CardList.vue | 37 ++----- src/views/product/strategy/150.vue | 10 +- src/views/product/strategy/151.vue | 10 +- src/views/product/strategy/152.vue | 4 +- src/views/product/strategy/153.vue | 12 +- src/views/product/strategy/154.vue | 2 +- src/views/product/strategy/155.vue | 2 +- src/views/product/strategy/156.vue | 2 +- src/views/product/strategy/CardList.vue | 73 ++++++------ 28 files changed, 265 insertions(+), 307 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 0d0e4dd..f1b7d6d 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -1,5 +1,5 @@