保誠-保戶業務員媒合平台
Mila
2021-11-30 84efab848d77c44a7b46e06a12cbfee64e13e9c5
fixed: TODO#130845 推薦保險顧問: 伍夠勇跟左邊左右滑動疊到
修改1個檔案
9 ■■■■■ 已變更過的檔案
PAMapp/components/Consultant/ConsultantSwiper.vue 9 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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 {