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
wangliang_wd
2024-10-14 10:39:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4611771523be0dbad1a935eead8a2eb811faf97f
46117715
1 parent
af6a234b
feat:优化视频详情页头像展示问题,增加白色背景
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerRightView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerRightView.ets
View file @
4611771
...
...
@@ -257,6 +257,7 @@ export struct PlayerRightView {
Image(this.getHeadUrl())
.width('100%')
.borderRadius(24)
.backgroundColor(Color.White)
.aspectRatio(1)
.border({ width: 1, color: Color.White, style: BorderStyle.Solid })
.onClick(() => {
...
...
Please
register
or
login
to post a comment