Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -315,8 +315,7 @@ export struct WdWebLocalComponent { | @@ -315,8 +315,7 @@ export struct WdWebLocalComponent { | ||
| 315 | 315 | ||
| 316 | Text('重播').fontColor(Color.White).fontSize(14) | 316 | Text('重播').fontColor(Color.White).fontSize(14) |
| 317 | } | 317 | } |
| 318 | - .backgroundColor(Color.Black) | ||
| 319 | - .opacity(0.5) | 318 | + .backgroundColor("#80000000") |
| 320 | .justifyContent(FlexAlign.Center) | 319 | .justifyContent(FlexAlign.Center) |
| 321 | .width(this.positionWidth) | 320 | .width(this.positionWidth) |
| 322 | .height(this.positionHeight) | 321 | .height(this.positionHeight) |
-
Please register or login to post a comment