陈剑华

fix: 18694 UI还原问题-【uat】新闻-健康-多图详情页,文本左右间距样式问题,看图

... ... @@ -394,6 +394,7 @@ export struct MultiPictureDetailPageComponent {
bottom: 4,
right: 18
})
.width('92%')
}
if (this.contentDetailData.photoList?.[this.swiperIndex].picDesc) {
Text(`${this.contentDetailData.photoList?.[this.swiperIndex].picDesc}`)
... ... @@ -405,11 +406,12 @@ export struct MultiPictureDetailPageComponent {
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({
top: 4,
left: 0,
left: 18,
bottom: 4,
right: 18
})
.maxLines(32)
.width('92%')
}
}
}
... ...