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-04-17 10:16:58 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
20316185b42fca9d5a8cc32cd5166d8473469d96
20316185
2 parents
1959b3ef
e25ec6cd
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
View file @
2031618
...
...
@@ -447,5 +447,8 @@ export struct PaperSingleColumn999CardView {
.backgroundColor(Color.White)
.margin({ bottom: 5, left: 12, right: 12 })
.borderRadius(4)
.onClick(()=>{
ProcessUtils.processPage(this.item)
})
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment