Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -113,7 +113,7 @@ export struct Card16Component { | @@ -113,7 +113,7 @@ export struct Card16Component { | ||
| 113 | }) | 113 | }) |
| 114 | } | 114 | } |
| 115 | .width(CommonConstants.FULL_PARENT) | 115 | .width(CommonConstants.FULL_PARENT) |
| 116 | - .alignContent(Alignment.BottomEnd) | 116 | + .alignContent(Alignment.TopEnd) |
| 117 | // Flex() { | 117 | // Flex() { |
| 118 | // ForEach(this.contentDTO.fullColumnImgUrls.slice(0, 3), (item: fullColumnImgUrlItem, index: number) => { | 118 | // ForEach(this.contentDTO.fullColumnImgUrls.slice(0, 3), (item: fullColumnImgUrlItem, index: number) => { |
| 119 | // Image(this.loadImg ? item.url : '') | 119 | // Image(this.loadImg ? item.url : '') |
-
Please register or login to post a comment