wangyong_wd

style:人民号横划卡优化

... ... @@ -44,6 +44,7 @@ export struct ZhSingleRow05 {
})
}
.listDirection(Axis.Horizontal)
.scrollBar(BarState.Off)
}
.width(CommonConstants.FULL_WIDTH)
.height(170)
... ... @@ -125,6 +126,7 @@ struct CreatorItem {
.fontSize($r('app.float.font_size_12'))
.margin({ top: 8, bottom: 14 })
.textOverflowStyle(2)
.height(34)
if (!this.rmhIsAttention) {
Text('关注')
.width(60)
... ...