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-23 17:30:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f566e969fc20b9fc62ffe294b7ae4b18d7ac751
6f566e96
1 parent
adf95576
fix: 兴趣卡选择后蒙层加深
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
View file @
6f566e9
...
...
@@ -156,7 +156,7 @@ export struct ZhSingleColumn09 {
.width('100%')
.height('100%')
.backgroundColor('rgba(0, 0, 0, 1)')
.opacity(0.4)
.opacity(
this.activeIndexs.includes(index) ? 0.8 :
0.4)
.borderRadius(3)
Text(item.newsTitle)
...
...
Please
register
or
login
to post a comment