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-09-06 16:47:36 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
7172ef93a87e8fcabc53d65d1fc4a30c1193e937
7172ef93
2 parents
33b06596
5ae89987
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomePageHeadComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomePageHeadComponent.ets
View file @
7172ef9
...
...
@@ -16,8 +16,8 @@ export struct PeopleShipHomePageHeadComponent {
.borderRadius(this.diameter/2)
// .borderWidth('0.5vp')
.border({
width: 0.5,
color: '#0D000000', // 5% 透明度的黑色
width: 2,
color: Color.White, // 5% 透明度的黑色
style: BorderStyle.Solid
})
// .borderStyle(BorderStyle.Solid)
...
...
@@ -32,7 +32,8 @@ export struct PeopleShipHomePageHeadComponent {
.borderRadius(this.iconDiameter/2)
.objectFit(ImageFit.Cover)
.margin({
right: '-3vp'
right: '5vp',
bottom:'5vp'
})
}
}
...
...
Please
register
or
login
to post a comment