Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -190,11 +190,11 @@ export struct ImageAndTextPageComponent { | @@ -190,11 +190,11 @@ export struct ImageAndTextPageComponent { | ||
| 190 | .alignItems(VerticalAlign.Bottom) | 190 | .alignItems(VerticalAlign.Bottom) |
| 191 | 191 | ||
| 192 | Row() { | 192 | Row() { |
| 193 | - Image($r('app.media.line')) | 193 | + Image($r('app.media.ic_news_detail_division')) |
| 194 | .width('100%') | 194 | .width('100%') |
| 195 | - .height(7) | ||
| 196 | - .objectFit(ImageFit.Cover) | 195 | + .height(6) |
| 197 | .margin({ top: 10 }) | 196 | .margin({ top: 10 }) |
| 197 | + .objectFit(ImageFit.Fill) | ||
| 198 | } | 198 | } |
| 199 | .padding({ left: 15, right: 15 }) | 199 | .padding({ left: 15, right: 15 }) |
| 200 | .backgroundColor(Color.White) | 200 | .backgroundColor(Color.White) |
-
Please register or login to post a comment