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
wuyanan
2024-08-06 15:06:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71eb9177c466b7398504362dd1d3adcdb330876c
71eb9177
1 parent
6f606a02
fix |> 修复直播间视频消息下面有多余空白问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabLiveItemComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabLiveItemComponent.ets
View file @
71eb917
...
...
@@ -124,6 +124,7 @@ export struct TabLiveItemComponent {
RelativeContainer() {
Image(this.item.transcodeImageUrl)
.width('100%')
.height(174)
.objectFit(ImageFit.Cover)
.borderRadius(4)
.id('iv_id')
...
...
@@ -159,7 +160,7 @@ export struct TabLiveItemComponent {
.margin({
top: 8,
})
.
aspectRatio(this.getAspectRation()
)
.
height(174
)
.onClick(() => {
this.gotoVideoPlayPage()
})
...
...
Please
register
or
login
to post a comment