wuyanan

ref |> 评论输入面板占位符字体颜色和安卓保持一致

@@ -84,6 +84,7 @@ export struct CommentCustomDialog { @@ -84,6 +84,7 @@ export struct CommentCustomDialog {
84 controller: this.textInputController, 84 controller: this.textInputController,
85 text: this.publishCommentModel.commentContent 85 text: this.publishCommentModel.commentContent
86 }) 86 })
  87 + .placeholderColor("#999999")
87 .id("textAreaId") 88 .id("textAreaId")
88 .defaultFocus(true) // 获取默认焦点 89 .defaultFocus(true) // 获取默认焦点
89 .enableKeyboardOnFocus(true) 90 .enableKeyboardOnFocus(true)