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
liyubing
2024-06-21 10:55:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8309ed6af35b3f30494a1bb16fe5154a4edc1c8e
8309ed6a
1 parent
d3a770b8
fix:1)新闻搜索页搜索关键字“扬子晚报”或者“广西公安”必现系统奔溃
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 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 @
8309ed6
...
...
@@ -146,6 +146,7 @@ export struct RmhTitle {
.height(16)
}
}
if(this.rmhInfo?.rmhDesc != undefined){
Text(this.rmhInfo?.rmhDesc.replaceAll('\n', ''))
.fontSize($r("app.float.font_size_12"))
.fontColor($r("app.color.color_B0B0B0"))
...
...
@@ -154,6 +155,8 @@ export struct RmhTitle {
.textOverflow({ overflow: TextOverflow.Ellipsis })
.textAlign(TextAlign.Start)
}
}
.width('75%')
}
}
...
...
Please
register
or
login
to post a comment