wangyong_wd

fix:bug_207 desc:list隐藏滚动条

... ... @@ -31,6 +31,7 @@ export struct ZhSingleRow02 {
})
}
.listDirection(Axis.Horizontal)
.scrollBar(BarState.Off)
}
.width(CommonConstants.FULL_WIDTH)
.height(208)
... ...
... ... @@ -42,7 +42,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent {
.borderRadius(4)
.objectFit(ImageFit.Cover)
Text("大发大法师法师打发大水发生发大水发大水发大发大法师法师打发大水发生发大水发大水发大发大法师法师打发大水发生发大水发大水发")
Text(this.compDTO.operDataList[0].newsTitle)
.fontSize($r("app.float.font_size_14"))
.fontColor($r("app.color.color_212228"))
.fontWeight(400)
... ...
... ... @@ -92,7 +92,9 @@ export struct LiveHorizontalCardComponent {
}
})
})
}.listDirection(Axis.Horizontal)
}
.listDirection(Axis.Horizontal)
.scrollBar(BarState.Off)
.width(CommonConstants.FULL_WIDTH)
.height(this.compDTO.operDataList.length == 2 ? 180 : 136)
} else if (this.compDTO.operDataList.length) {
... ...