Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main
* 'main' of http://192.168.1.42/developOne/harmonyPool: ref |> 调整图集详情页人民号头像边框颜色 ref |> 调整图集详情页人民号头像边框颜色
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -177,7 +177,7 @@ export struct MultiPictureDetailPageComponent { | @@ -177,7 +177,7 @@ export struct MultiPictureDetailPageComponent { | ||
| 177 | Image(this.getImgUrl()) | 177 | Image(this.getImgUrl()) |
| 178 | .borderRadius(18) | 178 | .borderRadius(18) |
| 179 | .aspectRatio(1) | 179 | .aspectRatio(1) |
| 180 | - .border({ width: 1, color: Color.White, style: BorderStyle.Solid }) | 180 | + .border({ width: 1, color: "#10ffffff", style: BorderStyle.Solid }) |
| 181 | .width(36) | 181 | .width(36) |
| 182 | .height(36) | 182 | .height(36) |
| 183 | .objectFit(ImageFit.Fill) | 183 | .objectFit(ImageFit.Fill) |
-
Please register or login to post a comment