yangchenggong1_wd

fix:bug[17135] UI-我的个人信息页用户头像大小鸿蒙与安卓不一致

... ... @@ -34,7 +34,7 @@ export struct ChildCommentComponent {
.borderRadius(50)
}.width('89lpx')
.height('89lpx')
.margin({ right: '15lpx' })
.margin({ right: '3lpx' })
Column() {
Text(this.data.fromUserName)
... ...