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-18 10:39:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7aae16d6a744d9aac26b739bf0a34b86c496b070
7aae16d6
1 parent
5c442560
feat: 17250 精选评论列表页-点击进入用户号主页_闪退
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/Card6Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
View file @
7aae16d
...
...
@@ -76,7 +76,7 @@ export struct Card6Component {
.maxLines(3)
.alignSelf(ItemAlign.Start)
.textOverflow({ overflow: TextOverflow.Ellipsis }) // 超出的部分显示省略号。
.textIndent(this.contentDTO
.newTags?.length < 5 && this.contentDTO
.newTags?.length > 2 ? 58 :
.textIndent(this.contentDTO
?.newTags?.length < 5 && this.contentDTO?
.newTags?.length > 2 ? 58 :
(this.contentDTO.newTags?.length != 0 && this.contentDTO.newTags?.length) ||
this.contentDTO.objectType == '5' ? 35 : 0)
}.alignContent(Alignment.TopStart)
...
...
Please
register
or
login
to post a comment