Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -51,7 +51,7 @@ export struct ZhGridLayout02 { | @@ -51,7 +51,7 @@ export struct ZhGridLayout02 { | ||
| 51 | .fontWeight(600) | 51 | .fontWeight(600) |
| 52 | } | 52 | } |
| 53 | .justifyContent(FlexAlign.Start) | 53 | .justifyContent(FlexAlign.Start) |
| 54 | - .margin({ top: 16, bottom: 9 }) | 54 | + .margin({ top: 16, bottom: 8 }) |
| 55 | .width(CommonConstants.FULL_WIDTH) | 55 | .width(CommonConstants.FULL_WIDTH) |
| 56 | 56 | ||
| 57 | GridRow({ | 57 | GridRow({ |
-
Please register or login to post a comment