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
陈剑华
2024-05-08 18:48:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
27f84744bac79a40d59e9860df524e3d46a88cae
27f84744
1 parent
6fbf5c31
fix: 17017 UI还原问题--人民号动态下在无评论数及其他信息时,鸿蒙版多出一个小数点
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
View file @
27f8474
...
...
@@ -37,6 +37,8 @@ export struct RmhTitle {
Text(DateTimeUtils.getCommentTime(Number.parseFloat(this.publishTime)))
.fontSize($r("app.float.font_size_12"))
.fontColor($r("app.color.color_B0B0B0"))
}
if (this.publishTime && this.rmhInfo.rmhDesc) {
Image($r('app.media.point'))
.width(16)
.height(16)
...
...
Please
register
or
login
to post a comment