Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -16,8 +16,8 @@ export struct PeopleShipHomePageHeadComponent { | @@ -16,8 +16,8 @@ export struct PeopleShipHomePageHeadComponent { | ||
| 16 | .borderRadius(this.diameter/2) | 16 | .borderRadius(this.diameter/2) |
| 17 | // .borderWidth('0.5vp') | 17 | // .borderWidth('0.5vp') |
| 18 | .border({ | 18 | .border({ |
| 19 | - width: 0.5, | ||
| 20 | - color: '#0D000000', // 5% 透明度的黑色 | 19 | + width: 2, |
| 20 | + color: Color.White, // 5% 透明度的黑色 | ||
| 21 | style: BorderStyle.Solid | 21 | style: BorderStyle.Solid |
| 22 | }) | 22 | }) |
| 23 | // .borderStyle(BorderStyle.Solid) | 23 | // .borderStyle(BorderStyle.Solid) |
-
Please register or login to post a comment