Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -74,6 +74,7 @@ export struct MultiPictureListPage { | @@ -74,6 +74,7 @@ export struct MultiPictureListPage { | ||
| 74 | .height(24) | 74 | .height(24) |
| 75 | .aspectRatio(1) | 75 | .aspectRatio(1) |
| 76 | .interpolation(ImageInterpolation.High) | 76 | .interpolation(ImageInterpolation.High) |
| 77 | + .margin({left:15}) | ||
| 77 | } | 78 | } |
| 78 | .zIndex(10) | 79 | .zIndex(10) |
| 79 | .margin({ top: `${this.topSafeHeight}px` }) | 80 | .margin({ top: `${this.topSafeHeight}px` }) |
-
Please register or login to post a comment