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-26 16:40:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1eea1b837ef2c372eb8d4bad1b9e1f7fea684538
1eea1b83
1 parent
50fe9ecc
ref |> 修复折叠屏上直播详情直播间tab消息被裁剪问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 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 @
1eea1b8
...
...
@@ -124,7 +124,6 @@ export struct TabLiveItemComponent {
RelativeContainer() {
Image(this.item.transcodeImageUrl)
.width('100%')
.height(174)
.objectFit(ImageFit.Cover)
.borderRadius(4)
.id('iv_id')
...
...
@@ -160,7 +159,7 @@ export struct TabLiveItemComponent {
.margin({
top: 8,
})
.height(
174
)
.height(
'auto'
)
.onClick(() => {
this.gotoVideoPlayPage()
})
...
...
Please
register
or
login
to post a comment