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-08-29 09:54:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f63f39c28ac8148cb905d61c455e55ed10a2dfd
6f63f39c
1 parent
85362491
fix: 小视频横划卡边缘消失问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
6f63f39
...
...
@@ -137,7 +137,8 @@ export struct LiveHorizontalCardComponent {
this.liveToMore();
})
}
}.justifyContent(FlexAlign.SpaceBetween)
}
.justifyContent(FlexAlign.SpaceBetween)
// .padding({ left: 16, right: 16 })
.margin({ bottom: 10 })
.width(CommonConstants.FULL_WIDTH)
...
...
Please
register
or
login
to post a comment