vue项目中使用swiper插件遇到的坑

<style scoped>
  .swiper-pagination-bullets  >>> .swiper-pagination-bullet-active {
      background: orange;
  }  
  /* >>> 在vue中有穿透的作用 */
</style>

猜你喜欢

转载自www.cnblogs.com/1609359841qq/p/12092723.html