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-09-06 15:08:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0d2bbbbd5a444c16da827d3abf53dafbdb316b5
e0d2bbbb
1 parent
6723a7cc
feat:增加号主页头像边框
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
e0d2bbb
...
...
@@ -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)
...
...
Please
register
or
login
to post a comment