陈剑华

fix: 19237 UI还原问题-【uat】进入北京频道,轮播图,进度没填满

... ... @@ -300,7 +300,8 @@ struct indicatorAnimations {
// .height(2)
Image($r('app.media.swiper_indicator_gray'))
.width('100%')
.objectFit(ImageFit.Contain)
.width('96%')
.height(2)
Image($r('app.media.swiper_indicator_white'))
.width(this.leftW)
... ... @@ -334,7 +335,8 @@ struct indicatorAnimations {
// .width('100%')
// .height(2)
Image($r('app.media.swiper_indicator_gray'))
.width('100%')
.objectFit(ImageFit.Contain)
.width('96%')
.height(2)
Image($r('app.media.swiper_indicator_white'))
.width(this.rightW)
... ...