wangliang_wd

feat:优化人民号列表

@@ -23,7 +23,7 @@ export struct PeopleShipRecommendComponent { @@ -23,7 +23,7 @@ export struct PeopleShipRecommendComponent {
23 right: '4vp' 23 right: '4vp'
24 }) 24 })
25 Text('为你推荐优质号主') 25 Text('为你推荐优质号主')
26 - .height('30vp') 26 + .height('40vp')
27 .fontColor($r('app.color.color_222222')) 27 .fontColor($r('app.color.color_222222'))
28 .fontWeight(600) 28 .fontWeight(600)
29 .fontSize($r('app.float.vp_15_7')) 29 .fontSize($r('app.float.vp_15_7'))
@@ -11,8 +11,8 @@ export struct PeopleShipRecommendHeadComponent { @@ -11,8 +11,8 @@ export struct PeopleShipRecommendHeadComponent {
11 Column(){ 11 Column(){
12 Stack({ alignContent: Alignment.BottomEnd }) { 12 Stack({ alignContent: Alignment.BottomEnd }) {
13 Image(this.rmhInfo.headPhotoUrl.length > 0 ? this.rmhInfo.headPhotoUrl : $r('app.media.WDAccountOwnerHedaerDefaultIcon')) 13 Image(this.rmhInfo.headPhotoUrl.length > 0 ? this.rmhInfo.headPhotoUrl : $r('app.media.WDAccountOwnerHedaerDefaultIcon'))
14 - .width('40vp')  
15 - .height('40vp') 14 + .width('44vp')
  15 + .height('44vp')
16 .borderRadius('22vp') 16 .borderRadius('22vp')
17 .objectFit(ImageFit.Cover) 17 .objectFit(ImageFit.Cover)
18 18
@@ -28,7 +28,7 @@ export struct PeopleShipRecommendHeadComponent { @@ -28,7 +28,7 @@ export struct PeopleShipRecommendHeadComponent {
28 Row() { 28 Row() {
29 Text(this.rmhInfo.userName) 29 Text(this.rmhInfo.userName)
30 .fontColor($r('app.color.color_222222')) 30 .fontColor($r('app.color.color_222222'))
31 - .fontSize($r('app.float.vp_13')) 31 + .fontSize($r('app.float.vp_14'))
32 .fontWeight(600) 32 .fontWeight(600)
33 .maxLines(1) 33 .maxLines(1)
34 .textOverflow({overflow: TextOverflow.Ellipsis}) 34 .textOverflow({overflow: TextOverflow.Ellipsis})