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-10-17 15:42:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ec0b4678b5ef087d782c53a72336b6d3c8a3356b
ec0b4678
1 parent
abafbe5f
ref |> 调整图集详情页人民号头像边框颜色
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/products/phone/src/main/ets/pages/view/MultiPictureDetailPageComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/MultiPictureDetailPageComponent.ets
View file @
ec0b467
...
...
@@ -177,7 +177,7 @@ export struct MultiPictureDetailPageComponent {
Image(this.getImgUrl())
.borderRadius(18)
.aspectRatio(1)
.border({ width: 1, color:
Color.White
, style: BorderStyle.Solid })
.border({ width: 1, color:
"#50ffffff"
, style: BorderStyle.Solid })
.width(36)
.height(36)
.objectFit(ImageFit.Fill)
...
...
Please
register
or
login
to post a comment