nz-carousel 自定義左右側按鈕


    <button clear-btn class="p-left-btn" (click)="carousel.pre()"><i nz-icon type="left"></i></button>
    <button clear-btn class="p-right-btn" (click)="carousel.next()"><i nz-icon type="right"></i></button>

    <nz-carousel #carousel [nzEffect]="'scrollx'" [nzEnableSwipe]="false" class="zl-carousel-box">
      <div nz-carousel-content *ngFor="let data of array">
        <div *ngFor="let item of data" class="p-in-box">
          。。。。
        </div>
      </div>
    </nz-carousel>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章