wangliang_wd

feat:优化人民号关注

... ... @@ -54,7 +54,7 @@ export struct FollowThirdTabsComponent{
this.listScroller.scrollToIndex(index, true, ScrollAlign.CENTER)
})
.offset({x: -5})
.height(84)
.height(40)
.justifyContent(FlexAlign.End)
}
... ... @@ -76,7 +76,7 @@ export struct FollowThirdTabsComponent{
.scrollBar(BarState.Off)
.listDirection(Axis.Horizontal)
.width('100%')
.height(84)
.height(40)
.padding({left: 16,right: 25})
// Column() {
... ...