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-10-11 16:39:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a14fd3a34cbdde2581dccf9ce56c39c5e656a071
a14fd3a3
1 parent
8eb69d07
feat: 20768 搜索-“余华英重审开庭”,搜索结果中存在稿件未展示标题。
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/cardview/SearchContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/SearchContentComponent.ets
View file @
a14fd3a
...
...
@@ -44,7 +44,7 @@ export struct SearchContentComponent {
//body
Column() {
//新闻标题
Text(this.contentDTO.newsTitle)
Text(this.contentDTO.newsTitle
|| this.contentDTO.title
)
.fontSize($r('app.float.font_size_18'))
.fontColor(this.clicked ? 0x848484 : $r('app.color.color_222222'))
.maxLines(3)
...
...
Please
register
or
login
to post a comment