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-23 16:09:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c1a319b32cd86ed9b7e948cf351947b4c0cfa344
c1a319b3
1 parent
cc3cefc8
ref |> 调整横屏直播详情分类tab指示器样式
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/resources/base/media/icon_tab_indictor_line.png
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabComponent.ets
View file @
c1a319b
...
...
@@ -98,11 +98,10 @@ export struct TabComponent {
.fontColor(this.currentIndex === index ? this.selectedFontColor : this.fontColor)
.fontSize('18vp')
.fontWeight(this.currentIndex === index ? 600 : 400)
Divider()
.strokeWidth(2)
Image($r('app.media.icon_tab_indictor_line'))
.margin({ top: 6 })
.width(15)
.color('#CB0000')
.width(18)
.height(2)
.visibility(this.currentIndex === index ? Visibility.Visible : Visibility.Hidden)
}.justifyContent(FlexAlign.Center)
.constraintSize({ minWidth: 35 })
...
...
sight_harmony/features/wdDetailPlayLive/src/main/resources/base/media/icon_tab_indictor_line.png
0 → 100644
View file @
c1a319b
188 Bytes
Please
register
or
login
to post a comment