Showing
1 changed file
with
2 additions
and
4 deletions
| @@ -30,9 +30,8 @@ export struct MoreComponent { | @@ -30,9 +30,8 @@ export struct MoreComponent { | ||
| 30 | 30 | ||
| 31 | Divider() | 31 | Divider() |
| 32 | .width('100%') | 32 | .width('100%') |
| 33 | - .height(10) | ||
| 34 | .color($r('app.color.color_F5F5F5')) | 33 | .color($r('app.color.color_F5F5F5')) |
| 35 | - .strokeWidth('1lpx') | 34 | + .strokeWidth(5) |
| 36 | 35 | ||
| 37 | Row() { | 36 | Row() { |
| 38 | Text('点击展开更多相似') | 37 | Text('点击展开更多相似') |
| @@ -53,9 +52,8 @@ export struct MoreComponent { | @@ -53,9 +52,8 @@ export struct MoreComponent { | ||
| 53 | 52 | ||
| 54 | Divider() | 53 | Divider() |
| 55 | .width('100%') | 54 | .width('100%') |
| 56 | - .height(10) | ||
| 57 | .color($r('app.color.color_F5F5F5')) | 55 | .color($r('app.color.color_F5F5F5')) |
| 58 | - .strokeWidth('1lpx') | 56 | + .strokeWidth(5) |
| 59 | 57 | ||
| 60 | } | 58 | } |
| 61 | } | 59 | } |
-
Please register or login to post a comment