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-10 15:29:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c70a2bf46120ab7feaa3193e54a3d0bf0a38b23
3c70a2bf
1 parent
ced55522
fix: 17004 UI还原问题--人民号号主信息中的动态长图缺少长图显示
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 @
3c70a2b
...
...
@@ -141,12 +141,12 @@ struct createImg {
Image(this.loadImg ? item.fullUrl : '')
.backgroundColor(0xf5f5f5)
.width('100%')
//
.height(172)
.height(172)
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
} else if (this.getPicType() === 2) {
Image(this.loadImg ? item.fullUrl : '')
//
.width('100%')
.width('100%')
.height(305)
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
...
...
Please
register
or
login
to post a comment