wangliang_wd

feat:优化人民号列表

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