Showing
2 changed files
with
9 additions
and
14 deletions
| @@ -115,10 +115,9 @@ export struct FollowChildComponent{ | @@ -115,10 +115,9 @@ export struct FollowChildComponent{ | ||
| 115 | }.height('202lpx') | 115 | }.height('202lpx') |
| 116 | .justifyContent(FlexAlign.Start) | 116 | .justifyContent(FlexAlign.Start) |
| 117 | 117 | ||
| 118 | - Divider().width('100%') | ||
| 119 | - .height('1lpx') | ||
| 120 | - .strokeWidth('1lpx') | ||
| 121 | - .backgroundColor($r('app.color.color_EDEDED')) | 118 | + Text().backgroundColor($r('app.color.color_EDEDED')) |
| 119 | + .width('100%') | ||
| 120 | + .height('2lpx') | ||
| 122 | }.width('100%') | 121 | }.width('100%') |
| 123 | 122 | ||
| 124 | }else { | 123 | }else { |
| @@ -228,13 +227,10 @@ export struct FollowChildComponent{ | @@ -228,13 +227,10 @@ export struct FollowChildComponent{ | ||
| 228 | 227 | ||
| 229 | }.height('146lpx') | 228 | }.height('146lpx') |
| 230 | .justifyContent(FlexAlign.Center) | 229 | .justifyContent(FlexAlign.Center) |
| 231 | - .onClick(()=>{ | ||
| 232 | - }) | ||
| 233 | 230 | ||
| 234 | - Divider().width('100%') | ||
| 235 | - .height('1lpx') | ||
| 236 | - .strokeWidth('1lpx') | ||
| 237 | - .backgroundColor($r('app.color.color_EDEDED')) | 231 | + Text().backgroundColor($r('app.color.color_EDEDED')) |
| 232 | + .width('100%') | ||
| 233 | + .height('2lpx') | ||
| 238 | }.width('100%') | 234 | }.width('100%') |
| 239 | 235 | ||
| 240 | } | 236 | } |
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowSecondTabsComponent.ets
| @@ -16,10 +16,9 @@ export struct FollowSecondTabsComponent{ | @@ -16,10 +16,9 @@ export struct FollowSecondTabsComponent{ | ||
| 16 | 16 | ||
| 17 | build(){ | 17 | build(){ |
| 18 | Column(){ | 18 | Column(){ |
| 19 | - Divider().width('100%') | ||
| 20 | - .height('1lpx') | ||
| 21 | - .strokeWidth('1lpx') | ||
| 22 | - .backgroundColor($r('app.color.color_EDEDED')) | 19 | + Text().backgroundColor($r('app.color.color_EDEDED')) |
| 20 | + .width('100%') | ||
| 21 | + .height('2lpx') | ||
| 23 | 22 | ||
| 24 | if(this.data != null){ | 23 | if(this.data != null){ |
| 25 | if(this.data[this.firstIndex].children == null || this.data[this.firstIndex].children.length == 0){ | 24 | if(this.data[this.firstIndex].children == null || this.data[this.firstIndex].children.length == 0){ |
-
Please register or login to post a comment