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-06-06 14:36:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
607fc210356f04566d9045101ffa6b82283ba8de
607fc210
1 parent
e9fae16d
fix: 17260 UI还原问题-【uat】乡村振兴巡礼,直播专题,图片显示样式和android不一致,看图
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
607fc21
...
...
@@ -150,7 +150,7 @@ export struct LiveHorizontalCardComponent {
.aspectRatio(16 / 9)
.width(this.compDTO.operDataList.length == 2 ? 210 : 150)
.borderRadius(4)
.objectFit(ImageFit.Co
ver
)
.objectFit(ImageFit.Co
ntain
)
CardMediaInfo({
livePeopleNum:false,
contentDTO: item
...
...
Please
register
or
login
to post a comment