reef |> 统一调整评论输入框背景颜色问题
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
4 changed files
with
4 additions
and
4 deletions
| @@ -48,7 +48,7 @@ export struct CommentTabComponent { | @@ -48,7 +48,7 @@ export struct CommentTabComponent { | ||
| 48 | dx: 0, | 48 | dx: 0, |
| 49 | dy: -20 | 49 | dy: -20 |
| 50 | }, | 50 | }, |
| 51 | - backgroundColor: "#50000000", | 51 | + maskColor: "#50000000", |
| 52 | }) | 52 | }) |
| 53 | 53 | ||
| 54 | this.onLoad(this.dialogController) | 54 | this.onLoad(this.dialogController) |
| @@ -377,7 +377,7 @@ export struct LiveOperRowListView { | @@ -377,7 +377,7 @@ export struct LiveOperRowListView { | ||
| 377 | dx: 0, | 377 | dx: 0, |
| 378 | dy: -20 | 378 | dy: -20 |
| 379 | }, | 379 | }, |
| 380 | - backgroundColor: "#50000000", | 380 | + maskColor: "#50000000", |
| 381 | }) | 381 | }) |
| 382 | this.publishCommentModel.rootCommentId = '-1'; | 382 | this.publishCommentModel.rootCommentId = '-1'; |
| 383 | this.publishCommentModel.parentId = '-1'; | 383 | this.publishCommentModel.parentId = '-1'; |
-
Please register or login to post a comment