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
陈剑华
2024-06-25 16:54:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eea6d3677ab7ac2949f772a3e3a7fe8212f9422a
eea6d367
1 parent
a8a2c807
fix: 17107 UI还原问题-进入视频全屏,回看间距和字体问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerTitleComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerTitleComponent.ets
View file @
eea6d36
...
...
@@ -144,17 +144,16 @@ export struct PlayerTitleComponent {
.fontWeight(400)
.fontColor(Color.White)
}
}
.backgroundColor('#4D000000')
.borderRadius(2)
.padding(this.liveState == 'running' ? {
left:
0
,
left:
this.contentDetailData.rmhInfo?.rmhName ? 0 : 34
,
right: 4,
top: 0,
bottom: 0
} : 4)
.margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
//
.margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
}
}
}
...
...
Please
register
or
login
to post a comment