Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -54,7 +54,7 @@ export struct ZhGridLayout02 { | @@ -54,7 +54,7 @@ export struct ZhGridLayout02 { | ||
| 54 | .width(CommonConstants.FULL_WIDTH) | 54 | .width(CommonConstants.FULL_WIDTH) |
| 55 | 55 | ||
| 56 | GridRow({ | 56 | GridRow({ |
| 57 | - gutter: { x: 12, y: 15 }, | 57 | + gutter: { x: 12, y: 13 }, |
| 58 | columns: { sm: listSize, md: 2 }, | 58 | columns: { sm: listSize, md: 2 }, |
| 59 | breakpoints: { value: ['320vp', '520vp', '840vp'] } | 59 | breakpoints: { value: ['320vp', '520vp', '840vp'] } |
| 60 | }) { | 60 | }) { |
| @@ -106,7 +106,7 @@ export struct ZhGridLayout02 { | @@ -106,7 +106,7 @@ export struct ZhGridLayout02 { | ||
| 106 | .height(95) | 106 | .height(95) |
| 107 | .borderRadius(4) | 107 | .borderRadius(4) |
| 108 | Text(item.newsTitle) | 108 | Text(item.newsTitle) |
| 109 | - .margin({top:'5'}) | 109 | + .margin({top:'6'}) |
| 110 | .fontSize(13) | 110 | .fontSize(13) |
| 111 | .maxLines(2) | 111 | .maxLines(2) |
| 112 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 112 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| @@ -67,7 +67,7 @@ export struct ZhGridLayout03 { | @@ -67,7 +67,7 @@ export struct ZhGridLayout03 { | ||
| 67 | .maxLines(1) | 67 | .maxLines(1) |
| 68 | .margin({ | 68 | .margin({ |
| 69 | top: 8, | 69 | top: 8, |
| 70 | - bottom:9 | 70 | + bottom:11 |
| 71 | }) | 71 | }) |
| 72 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 72 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 73 | } | 73 | } |
-
Please register or login to post a comment