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
王士厅
2024-08-13 18:33:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b723213fccc0a1ed74ebf3d420cc94f1ff4bcf40
b723213f
1 parent
307793c3
fix: uat>导航换肤,新闻频道列表页,卡片之间不应展示背景图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 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 @
b723213
...
...
@@ -174,7 +174,15 @@ export struct TopNavigationComponentNew {
autoRefresh: this.autoRefresh2Page,
isMourning: mourningCheckFn(`${navItem.channelId}`),
})
.backgroundColor(CompUtils.isRMH(this.navItem)?Color.White:Color.Transparent)
.margin({
left: 6,
right: 6
})
.borderRadius({
topLeft: 6,
topRight: 6
})
.backgroundColor(CompUtils.isRMH(this.navItem) || CompUtils.isNews(this.navItem) ? Color.White : Color.Transparent)
}
/**
...
...
Please
register
or
login
to post a comment