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-06 15:26:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed3bbc1db7c94365d78977ebe23ce71635c8f16a
ed3bbc1d
1 parent
1f94c0ca
fix: 16734 人民号-推荐页面下的关注按钮与标题重叠
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 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 @
ed3bbc1
...
...
@@ -46,6 +46,8 @@ export struct RmhTitle {
.maxLines(1)
.alignSelf(ItemAlign.Start)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.textAlign(TextAlign.Start)
.width('70%')
}
}
...
...
Please
register
or
login
to post a comment