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-05-27 16:19:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4de75aa2e98a5472796652fd48223aec471eb810
4de75aa2
1 parent
b47d0e33
feat: 17011 功能缺陷--人民号动态横图展示样式鸿蒙与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
View file @
4de75aa
...
...
@@ -200,13 +200,13 @@ struct createImg {
}
} else {
GridCol({
span:
{ xs: 8 }
span:
item.landscape === 1 ? 12 : 8
}) {
Image(this.loadImg ? item.fullUrl : '')
.backgroundColor(0xf5f5f5)
.width('100%')
.borderRadius(this.caclImageRadius(index))
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
.opacity(!this.picWidth && !this.picHeight ? 0 : 1)
.onComplete(callback => {
this.picWidth = callback?.width || 0;
...
...
Please
register
or
login
to post a comment