yumaochao

fix:somebug

... ... @@ -185,8 +185,6 @@ export struct LiveHorizontalCardComponent {
.scrollable(this.compDTO.operDataList.length >= 2 ? ScrollDirection.Horizontal : ScrollDirection.None)
.scrollBar(BarState.Off)
.edgeEffect(EdgeEffect.None)
<<<<<<< HEAD
=======
.onReachEnd(() => {
this.edgeAnimation()
})
... ... @@ -206,7 +204,6 @@ export struct LiveHorizontalCardComponent {
}
}
})
>>>>>>> 5b11f108e91a00822c1244a56ba2d9417a9385b7
.width(CommonConstants.FULL_WIDTH)
.height(this.compDTO.operDataList.length == 2 ? 180 : 136)
} else if (this.compDTO.operDataList.length) {
... ...