From 84efab848d77c44a7b46e06a12cbfee64e13e9c5 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 30 十一月 2021 10:33:47 +0800
Subject: [PATCH] fixed: TODO#130845 推薦保險顧問: 伍夠勇跟左邊左右滑動疊到

---
 PAMapp/components/Consultant/ConsultantSwiper.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/PAMapp/components/Consultant/ConsultantSwiper.vue b/PAMapp/components/Consultant/ConsultantSwiper.vue
index 66f2a72..54300d1 100644
--- a/PAMapp/components/Consultant/ConsultantSwiper.vue
+++ b/PAMapp/components/Consultant/ConsultantSwiper.vue
@@ -44,17 +44,16 @@
         breakpoints: {
           320: {
             slidesPerView: 3,
-            spaceBetween: 3
+            spaceBetween: -20
           },
           768: {
             slidesPerView: 6,
-            spaceBetween: 3
+            spaceBetween: -20
           }
         }
     }
 
     clkItem(loopIndex: number, realIndex: number) {
-      console.log(loopIndex, realIndex, 'clkItem')
       const agentNo = this.agents[loopIndex].agentNo;
       this.$router.push(`/agentInfo/${agentNo}`);
     }
@@ -86,6 +85,10 @@
       font-weight: bold;
       color: #707A81;
     }
+
+    &.swiper-button-disabled {
+      pointer-events: auto;
+    }
   }
 
   .swiper-button-prev {

--
Gitblit v1.8.0