Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wuyanan
2024-08-19 15:04:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4c35d4ac5aec22245f9260ed8f27789416fb3658
4c35d4ac
1 parent
207013f8
ref |> 评论输入面板占位符字体颜色和安卓保持一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentCustomDialog.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentCustomDialog.ets
View file @
4c35d4a
...
...
@@ -84,6 +84,7 @@ export struct CommentCustomDialog {
controller: this.textInputController,
text: this.publishCommentModel.commentContent
})
.placeholderColor("#999999")
.id("textAreaId")
.defaultFocus(true) // 获取默认焦点
.enableKeyboardOnFocus(true)
...
...
Please
register
or
login
to post a comment