Showing
1 changed file
with
4 additions
and
3 deletions
| @@ -67,14 +67,15 @@ export struct PeopleShipHomePageNavComponent { | @@ -67,14 +67,15 @@ export struct PeopleShipHomePageNavComponent { | ||
| 67 | Row(){ | 67 | Row(){ |
| 68 | Image($r('app.media.people_ship_top_add')) | 68 | Image($r('app.media.people_ship_top_add')) |
| 69 | .objectFit(ImageFit.Auto) | 69 | .objectFit(ImageFit.Auto) |
| 70 | - .width('12vp') | ||
| 71 | - .height('12pv') | 70 | + .width('13vp') |
| 71 | + .height('13pv') | ||
| 72 | .margin({ | 72 | .margin({ |
| 73 | - right: '2vp' | 73 | + right: '3vp' |
| 74 | }) | 74 | }) |
| 75 | Text('关注') | 75 | Text('关注') |
| 76 | .fontSize($r('app.float.vp_12')) | 76 | .fontSize($r('app.float.vp_12')) |
| 77 | .fontColor(Color.White) | 77 | .fontColor(Color.White) |
| 78 | + .height('100%') | ||
| 78 | } | 79 | } |
| 79 | .alignSelf(ItemAlign.Center) | 80 | .alignSelf(ItemAlign.Center) |
| 80 | .justifyContent(FlexAlign.Center) | 81 | .justifyContent(FlexAlign.Center) |
-
Please register or login to post a comment