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
wangliang_wd
2024-07-11 14:53:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a9ca2920707dcd63f8392ad372e9d7140366c018
a9ca2920
1 parent
75ed89cf
feat:优化精品评论字体大小
Hide 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 @
a9ca292
...
...
@@ -381,7 +381,7 @@ struct QualityCommentItem {
Row() {
Text(DateTimeUtils.getCommentTime(DateTimeUtils.getDateTimestamp(this.item.createTime)))
.fontSize(1
4
)
.fontSize(1
2
)
.fontColor('#999999')
Row({ space: 16 }) {
...
...
Please
register
or
login
to post a comment