Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -109,6 +109,7 @@ export struct LiveHorizontalCardComponent { | @@ -109,6 +109,7 @@ export struct LiveHorizontalCardComponent { | ||
| 109 | } | 109 | } |
| 110 | .listDirection(Axis.Horizontal) | 110 | .listDirection(Axis.Horizontal) |
| 111 | .scrollBar(BarState.Off) | 111 | .scrollBar(BarState.Off) |
| 112 | + .edgeEffect(EdgeEffect.None) | ||
| 112 | .width(CommonConstants.FULL_WIDTH) | 113 | .width(CommonConstants.FULL_WIDTH) |
| 113 | .height(this.compDTO.operDataList.length == 2 ? 180 : 136) | 114 | .height(this.compDTO.operDataList.length == 2 ? 180 : 136) |
| 114 | } else if (this.compDTO.operDataList.length) { | 115 | } else if (this.compDTO.operDataList.length) { |
-
Please register or login to post a comment