Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -141,7 +141,7 @@ struct ReserveMorePage { | @@ -141,7 +141,7 @@ struct ReserveMorePage { | ||
| 141 | .maxLines(2) | 141 | .maxLines(2) |
| 142 | .lineHeight(25) | 142 | .lineHeight(25) |
| 143 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 143 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 144 | - .margin({ top: 8, left: 12, right: 12 }) | 144 | + .margin({ top: 4, left: 12, right: 12 }) |
| 145 | .alignSelf(ItemAlign.Start) | 145 | .alignSelf(ItemAlign.Start) |
| 146 | Row() { | 146 | Row() { |
| 147 | Row() { | 147 | Row() { |
-
Please register or login to post a comment