Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -54,7 +54,7 @@ export struct FollowThirdTabsComponent{ | @@ -54,7 +54,7 @@ export struct FollowThirdTabsComponent{ | ||
| 54 | this.listScroller.scrollToIndex(index, true, ScrollAlign.CENTER) | 54 | this.listScroller.scrollToIndex(index, true, ScrollAlign.CENTER) |
| 55 | }) | 55 | }) |
| 56 | .offset({x: -5}) | 56 | .offset({x: -5}) |
| 57 | - .height(84) | 57 | + .height(40) |
| 58 | .justifyContent(FlexAlign.End) | 58 | .justifyContent(FlexAlign.End) |
| 59 | } | 59 | } |
| 60 | 60 | ||
| @@ -76,7 +76,7 @@ export struct FollowThirdTabsComponent{ | @@ -76,7 +76,7 @@ export struct FollowThirdTabsComponent{ | ||
| 76 | .scrollBar(BarState.Off) | 76 | .scrollBar(BarState.Off) |
| 77 | .listDirection(Axis.Horizontal) | 77 | .listDirection(Axis.Horizontal) |
| 78 | .width('100%') | 78 | .width('100%') |
| 79 | - .height(84) | 79 | + .height(40) |
| 80 | .padding({left: 16,right: 25}) | 80 | .padding({left: 16,right: 25}) |
| 81 | 81 | ||
| 82 | // Column() { | 82 | // Column() { |
-
Please register or login to post a comment