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-09-03 15:25:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2007c2ff9aaac539c229208bb0e00f746d89aee1
2007c2ff
1 parent
3b4be0c3
fix |> 修复直播详情直播间tab消息置顶标签宽度不正确问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 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 @
2007c2f
...
...
@@ -69,7 +69,6 @@ export struct TabLiveItemComponent {
})
.borderRadius(2)
.margin({ left: 8 })
.width(100)
.visibility(1 == this.item.isTop ? Visibility.Visible : Visibility.None)
}
.justifyContent(FlexAlign.Start)
...
...
Please
register
or
login
to post a comment