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-21 15:01:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c24572479f7fa3baec7c0118db2188c0a6fa4394
c2457247
1 parent
93692e94
feat: 17937 页面加载-信息流图片加载,手机打开仅wifi加载图片控制,小视频卡标题和下面文案间距问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
View file @
c245724
...
...
@@ -85,13 +85,14 @@ export struct Card6Component {
}
.justifyContent(FlexAlign.Start)
Blank()
//bottom 评论等信息
CardSourceInfo({ compDTO: this.compDTO, contentDTO: this.contentDTO })
}
.alignItems(HorizontalAlign.Start)
.justifyContent(FlexAlign.Start)
.width('64%')
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
Stack() {
Image(this.loadImg ? this.contentDTO.coverUrl : '')
...
...
Please
register
or
login
to post a comment