xugenyuan

reef |> 统一调整评论输入框背景颜色问题

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -87,7 +87,7 @@ export struct CommentComponent {
dx: 0,
dy: -20
},
backgroundColor: "#50000000",
maskColor: "#50000000",
})
this.getData();
... ...
... ... @@ -48,7 +48,7 @@ export struct CommentTabComponent {
dx: 0,
dy: -20
},
backgroundColor: "#50000000",
maskColor: "#50000000",
})
this.onLoad(this.dialogController)
... ...
... ... @@ -75,7 +75,7 @@ export struct QualityCommentsComponent {
dx: 0,
dy: -20
},
backgroundColor: "#50000000",
maskColor: "#50000000",
})
}
... ...
... ... @@ -377,7 +377,7 @@ export struct LiveOperRowListView {
dx: 0,
dy: -20
},
backgroundColor: "#50000000",
maskColor: "#50000000",
})
this.publishCommentModel.rootCommentId = '-1';
this.publishCommentModel.parentId = '-1';
... ...