Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -166,7 +166,8 @@ export struct Card9Component { | @@ -166,7 +166,8 @@ export struct Card9Component { | ||
| 166 | .strokeWidth(1) | 166 | .strokeWidth(1) |
| 167 | .margin({ top: 0, left: 4 }) | 167 | .margin({ top: 0, left: 4 }) |
| 168 | .height(16) | 168 | .height(16) |
| 169 | - if (!isLastOne) { | 169 | + if (!isLastOne) |
| 170 | + { | ||
| 170 | Divider() | 171 | Divider() |
| 171 | .vertical(true) | 172 | .vertical(true) |
| 172 | .color($r('app.color.color_EDEDED')) | 173 | .color($r('app.color.color_EDEDED')) |
-
Please register or login to post a comment