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-09-09 14:28:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
70abbfc6d17ac9708f952842cc4d54563b299125
70abbfc6
1 parent
78472bf2
fix: 19537 【UI走查-卡片】折叠屏展开-人民号动态视频卡
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/peopleShipHomePage/PeopleShipHomeArticleListComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomeArticleListComponent.ets
View file @
70abbfc
...
...
@@ -91,6 +91,7 @@ export struct PeopleShipHomeArticleListComponent {
ListItem() {
Column() {
CardParser({compDTO:new CompDTO, contentDTO: item , isPeopleShipHome:true})
.margin({left: 6, right: 6})
Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 })
}
}.width("100%")
...
...
Please
register
or
login
to post a comment