更正:
.banner-swipper {
width: 100%;
height: 350rpx;
.swiper-item {
width: 100%;
height: 100%;
margin: 0 30rpx;
image {
width: calc(100% - 60rpx);
height: 100%;
border-radius: 15rpx;
}
}
.banner-swipper {
width: 100%;
height: 350rpx;
.swiper-item {
width: 100%;
height: 100%;
margin: 0 30rpx;
image {
width: calc(100% - 60rpx);
height: 100%;
border-radius: 15rpx;
}
}
2025-02-21
更正:components: {'jing-banner':jingBannerVue},
2025-02-21
+ 我來回答
回答最高可+2積分
最新回答 / 噢噢噢屁
<...圖片...>寬度減去左右內(nèi)邊距就好了
最贊回答 / 李路昌
這個(gè)教程的版本是v2,如果想做新的,建議還是3的版本
最新回答 / 箭喜Video
問題解決,謝謝大家export default后面少了{(lán)
最新回答 / 慕數(shù)據(jù)9730087
已經(jīng)上傳了,我要刪除評論,刪不了??
微信開發(fā)者工具-》設(shè)置-》安全設(shè)置-》開啟服務(wù)端口
講師回答 / 景樹
swiper組件??next-margin屬性設(shè)置問題,還有就是你的素材圖片要一樣大小哦
最新回答 / 葉0528
<view class="banner-bg" :style="{'background-image': `linear-gradient(${bannerBackground || '#345DC2'} 50%, #FFF)`}" ></view>
最贊回答 / sumail1996
在子容器 swiper-item中 加一行 box-sizing: border-box; 解決? 之前加到父容器了????