Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -257,6 +257,7 @@ export struct PlayerRightView { | @@ -257,6 +257,7 @@ export struct PlayerRightView { | ||
| 257 | Image(this.getHeadUrl()) | 257 | Image(this.getHeadUrl()) |
| 258 | .width('100%') | 258 | .width('100%') |
| 259 | .borderRadius(24) | 259 | .borderRadius(24) |
| 260 | + .backgroundColor(Color.White) | ||
| 260 | .aspectRatio(1) | 261 | .aspectRatio(1) |
| 261 | .border({ width: 1, color: Color.White, style: BorderStyle.Solid }) | 262 | .border({ width: 1, color: Color.White, style: BorderStyle.Solid }) |
| 262 | .onClick(() => { | 263 | .onClick(() => { |
-
Please register or login to post a comment