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-06-04 09:52:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7692594df998832aecfb1c28f7b10347c48778cb
7692594d
1 parent
e1a3711c
feat: 18047 搜索结果-号主动态视频-竖屏,号主信息展示不全
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/cardCommon/RmhTitle.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
View file @
7692594
...
...
@@ -146,7 +146,7 @@ export struct RmhTitle {
.height(16)
}
}
Text(this.rmhInfo?.rmhDesc)
Text(this.rmhInfo?.rmhDesc
.replaceAll('\n', '')
)
.fontSize($r("app.float.font_size_12"))
.fontColor($r("app.color.color_B0B0B0"))
.maxLines(1)
...
...
Please
register
or
login
to post a comment