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-02 14:24:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1bed6d514a55a2b1a503d46e8cbf1faa78e158b1
1bed6d51
1 parent
8f7ba18d
feat:调整tab间距
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponentNew.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponentNew.ets
View file @
1bed6d5
...
...
@@ -388,7 +388,10 @@ export struct TopNavigationComponentNew {
.fontColor(this.tabSelectedColor(this.currentTopNavSelectedIndex === index))
.padding({
top: $r('app.float.top_tab_item_padding_top'),
bottom: $r('app.float.top_tab_item_padding_bottom')
bottom: $r('app.float.top_tab_item_padding_bottom'),
left:2,
right:2
})
.maxLines(this.MAX_LINE)
.id(index.toString())
...
...
Please
register
or
login
to post a comment