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-10 17:17:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d8f6d63a8ea8e586d96e29111cd080e6be44ea0
6d8f6d63
1 parent
7a2c41d4
fix: 16746 头图卡-设置不展示标题_实际展示标题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card5Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card5Component.ets
View file @
6d8f6d6
...
...
@@ -27,7 +27,7 @@ export struct Card5Component {
.width(CommonConstants.FULL_WIDTH)
.autoResize(true)
.borderRadius($r('app.float.image_border_radius'))
if ((this.titleShowPolicy === 1 || this.contentDTO.titleShow === 1) && this.contentDTO.newsTitle) {
//
if ((this.titleShowPolicy === 1 || this.contentDTO.titleShow === 1) && this.contentDTO.newsTitle) {
Row()
.width(CommonConstants.FULL_WIDTH)
.height(59)
...
...
@@ -54,7 +54,7 @@ export struct Card5Component {
.justifyContent(FlexAlign.Start)
// .height(40)
.margin({ left: 12, bottom: 10, right: 12 })
}
//
}
}
.alignContent(Alignment.Bottom)
.width(CommonConstants.FULL_WIDTH)
...
...
Please
register
or
login
to post a comment