wuyanan

ref |> 调整图集详情页人民号头像边框颜色

... ... @@ -177,7 +177,7 @@ export struct MultiPictureDetailPageComponent {
Image(this.getImgUrl())
.borderRadius(18)
.aspectRatio(1)
.border({ width: 1, color: "#50ffffff", style: BorderStyle.Solid })
.border({ width: 1, color: "#10ffffff", style: BorderStyle.Solid })
.width(36)
.height(36)
.objectFit(ImageFit.Fill)
... ...