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-10-08 17:12:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5acfa6886be1d40b25dc5689f76e121d339bf591
5acfa688
1 parent
80cc0497
fix: 20601 兴趣卡,点击换一换 颜色控制
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 @
5acfa68
...
...
@@ -233,7 +233,7 @@ export struct ZhSingleColumn09 {
.fontSize(14)
.fontColor(this.compDTO?.operDataList.length > 8 && !this.fullyTraversed ? 0xed2800 : 0xB0B0B0)
.margin({ right: 4 })
Image(this.compDTO?.operDataList.length > 8 ? $r('app.media.icon_refresh') : $r('app.media.ic_refresh'))
Image(this.compDTO?.operDataList.length > 8
&& !this.fullyTraversed
? $r('app.media.icon_refresh') : $r('app.media.ic_refresh'))
.width(14)
.height(14)
}
...
...
Please
register
or
login
to post a comment