收藏
回答

怎么在制作轮播图时候发现存在类似边框的问题呢?如何清除?如何解决?

回答关注问题邀请回答
收藏

2 个回答

  • Cody ℡¹⁴²⁸⁵⁷
    Cody ℡¹⁴²⁸⁵⁷
    2天前
    <view >
      <swiper class="BooksContentBott" 
        indicator-dots="3"
        indicator-color="white"
        indicator-active-color="tomato"
        autoplay="3"
        circular="3"
      >
          <swiper-item>
            <image src="/pages/assets/images/swiper/news.jpg" mode="" class="BooksContentBottIMG"/>
          </swiper-item>
          <swiper-item>
            <image src="/pages/assets/images/swiper/news-1.jpg" mode="" class="BooksContentBottIMG"/>
          </swiper-item>
          <swiper-item>
            <image src="/pages/assets/images/swiper/news-2.jpg" mode="" class="BooksContentBottIMG"/>
          </swiper-item>
      </swiper>
    </view>
    
    
    .BooksContentBott{
      width: 100%;
      height: 300px;
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
    }
    .BooksContentBott .BooksContentBottIMG{
      width: 100%;
      height: 100%;
    }
    
    2天前
    有用
    回复 1
    • 小黎
      小黎
      2天前
      没有复现,换个基础库试试
      2天前
      回复
  • 小黎
    小黎
    2天前

    提供一下可供复现的代码片段

    2天前
    有用
    回复
登录 后发表内容