Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -40,6 +40,7 @@ export struct ZhSingleRow02 { | @@ -40,6 +40,7 @@ export struct ZhSingleRow02 { | ||
| 40 | } | 40 | } |
| 41 | .listDirection(Axis.Horizontal) | 41 | .listDirection(Axis.Horizontal) |
| 42 | .scrollBar(BarState.Off) | 42 | .scrollBar(BarState.Off) |
| 43 | + .edgeEffect(EdgeEffect.None) | ||
| 43 | } | 44 | } |
| 44 | .width(CommonConstants.FULL_WIDTH) | 45 | .width(CommonConstants.FULL_WIDTH) |
| 45 | .height(208) | 46 | .height(208) |
-
Please register or login to post a comment