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-21 09:22:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
79eeeed9d50101ae3374603afcab81e62bfca970
79eeeed9
1 parent
50635a2a
fix: 兴趣选择卡ui修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 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 @
79eeeed
...
...
@@ -132,15 +132,18 @@ export struct ZhSingleColumn09 {
.width('100%')
.height('100%')
.borderRadius(3)
Row(){}
.width('100%')
.height('100%')
.backgroundColor('rgba(0, 0, 0, 1)')
.opacity(0.4)
.borderRadius(3)
Text(item.newsTitle)
.width('100%')
.height('100%')
.fontSize(14)
.textAlign(TextAlign.Center)
.fontColor(0xffffff)
.backgroundColor('rgba(0, 0, 0, 1)')
.opacity(0.4)
.borderRadius(3)
Image($r('app.media.icon_selected'))
.width(14)
.height(14)
...
...
Please
register
or
login
to post a comment