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-15 17:22:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0e0fd7a29ce8d4c27d1ee63e18591ee00ebcb41
e0e0fd7a
1 parent
42aa9c08
fix: 17539 功能缺陷-页面加载-信息流图片加载,手机打开仅wifi加载图片控制,时间轴图片未显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card9Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card9Component.ets
View file @
e0e0fd7
...
...
@@ -61,6 +61,7 @@ export struct Card9Component {
Image(this.loadImg ? this.contentDTO.coverUrl : '')
.backgroundColor(0xf5f5f5)
.width('100%')
.height(133)
.borderRadius({
topLeft: $r('app.float.image_border_radius'),
topRight: $r('app.float.image_border_radius')
...
...
Please
register
or
login
to post a comment