王士厅

fix: 号主主页的客态带V的标识在上滑收起时信息区域时显示位置异常修复

... ... @@ -16,8 +16,8 @@ export struct PeopleShipHomePageHeadComponent {
.borderRadius(this.diameter/2)
// .borderWidth('0.5vp')
.border({
width: 2,
color: Color.White, // 5% 透明度的黑色
width: 1,
color: $r('app.color.color_0D000000'), // 5% 透明度的黑色
style: BorderStyle.Solid
})
// .borderStyle(BorderStyle.Solid)
... ... @@ -31,10 +31,6 @@ export struct PeopleShipHomePageHeadComponent {
.height(this.iconDiameter)
.borderRadius(this.iconDiameter/2)
.objectFit(ImageFit.Cover)
.margin({
right: '5vp',
bottom:'5vp'
})
}
}
}
... ...