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
chenqs
2024-07-26 11:20:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
981fdb7daba24253fd21ea0fd52d559cd46ab883
981fdb7d
1 parent
eb8782ff
fix |> 精选评论时间字体大小调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
View file @
981fdb7
...
...
@@ -381,7 +381,7 @@ struct QualityCommentItem {
Row() {
Text(DateTimeUtils.getCommentTime(DateTimeUtils.getDateTimestamp(this.item.createTime)))
.fontSize(1
2
)
.fontSize(1
4
)
.fontColor('#999999')
Row({ space: 16 }) {
...
...
Please
register
or
login
to post a comment