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
yanlu
2024-05-14 09:42:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c76783e4f61b86c25fcf77ae0170f8edccc07d26
c76783e4
1 parent
7d3719c2
fix:17072 UI还原问题--【生产环境】进入直播预告页,图片和标题间距问题,看图
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/reserveMore/ReserveMorePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/reserveMore/ReserveMorePage.ets
View file @
c76783e
...
...
@@ -141,7 +141,7 @@ struct ReserveMorePage {
.maxLines(2)
.lineHeight(25)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ top:
8
, left: 12, right: 12 })
.margin({ top:
4
, left: 12, right: 12 })
.alignSelf(ItemAlign.Start)
Row() {
Row() {
...
...
Please
register
or
login
to post a comment