Showing
1 changed file
with
6 additions
and
0 deletions
| @@ -30,6 +30,12 @@ export struct MoreComponent { | @@ -30,6 +30,12 @@ export struct MoreComponent { | ||
| 30 | Card9Component({ compDTO: new CompDTO, contentDTO:item, pageId: "", pageName: "" }) | 30 | Card9Component({ compDTO: new CompDTO, contentDTO:item, pageId: "", pageName: "" }) |
| 31 | } | 31 | } |
| 32 | }) | 32 | }) |
| 33 | + | ||
| 34 | + Divider() | ||
| 35 | + .width('100%') | ||
| 36 | + .color($r('app.color.color_F5F5F5')) | ||
| 37 | + .strokeWidth(4) | ||
| 38 | + | ||
| 33 | } else { | 39 | } else { |
| 34 | Column() { | 40 | Column() { |
| 35 | 41 |
-
Please register or login to post a comment