chenquansheng

fix |> 查看大图轮播组件返回按钮间距调整

@@ -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` })