Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -235,7 +235,7 @@ export struct Card9Component { | @@ -235,7 +235,7 @@ export struct Card9Component { | ||
| 235 | .maxLines(2) | 235 | .maxLines(2) |
| 236 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 236 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 237 | .alignSelf(ItemAlign.Start) | 237 | .alignSelf(ItemAlign.Start) |
| 238 | - .padding({ bottom: 20, left: 10 }) | 238 | + .padding({ bottom: 16, left: 10 }) |
| 239 | .border({ width: { left: isLastOne ? 0 : 1 }, color: 0xededed}) | 239 | .border({ width: { left: isLastOne ? 0 : 1 }, color: 0xededed}) |
| 240 | .margin({ left: 4 }) | 240 | .margin({ left: 4 }) |
| 241 | } | 241 | } |
-
Please register or login to post a comment