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-14 13:48:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2baa1a8d2ddb579c87b18c6130698010dd8c053
e2baa1a8
1 parent
b16890c1
fix: 号主主页的客态带V的标识在上滑收起时信息区域时显示位置异常修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 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 @
e2baa1a
...
...
@@ -16,8 +16,8 @@ export struct PeopleShipHomePageHeadComponent {
.borderRadius(this.diameter/2)
// .borderWidth('0.5vp')
.border({
width: 2,
color: Color.White, // 5% 透明度的黑色
width: 1,
color: $r('app.color.color_0D000000'), // 5% 透明度的黑色
style: BorderStyle.Solid
})
// .borderStyle(BorderStyle.Solid)
...
...
@@ -31,10 +31,6 @@ export struct PeopleShipHomePageHeadComponent {
.height(this.iconDiameter)
.borderRadius(this.iconDiameter/2)
.objectFit(ImageFit.Cover)
.margin({
right: '5vp',
bottom:'5vp'
})
}
}
}
...
...
Please
register
or
login
to post a comment