Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-09-05 17:31:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8d8eaaddefe47b9440c0140a4956339efe7c2d59
8d8eaadd
1 parent
0d7ffbcb
feat:优化人民号关注
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowThirdTabsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowThirdTabsComponent.ets
View file @
8d8eaad
...
...
@@ -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() {
...
...
Please
register
or
login
to post a comment