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 11:25:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b92cf3cc9a3bc159af91e872be0b1ba2ed24138
2b92cf3c
1 parent
a7c6b78b
fix |> 修复直播详情直播间tab消息置顶标签位置不正确问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 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 @
2b92cf3
...
...
@@ -55,7 +55,7 @@ export struct TabLiveItemComponent {
.fontColor('#999999')
.margin({ left: 8 })
.visibility(StringUtils.isNotEmpty(this.item.time) ? Visibility.Visible : Visibility.None)
Blank()
Text('置顶')
.fontSize('11vp')
.fontWeight(400)
...
...
@@ -272,7 +272,7 @@ export struct TabLiveItemComponent {
.textOverflow({ overflow: TextOverflow.Ellipsis })
.fontSize(11)
.fontWeight(400)
.fontColor("#
CB00
00")
.fontColor("#
ED28
00")
.backgroundColor('#F1EFEB')
.padding({
left: 4,
...
...
Please
register
or
login
to post a comment