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-08-28 13:55:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c329554a349203ef93fdae5e630c060ac6c1eb6
5c329554
1 parent
1af386ca
fix: 关注分割线左右留白
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/peopleShip/PeopleShipAttentionContentListTopComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShip/PeopleShipAttentionContentListTopComponent.ets
View file @
5c32955
...
...
@@ -34,7 +34,7 @@ export struct PeopleShipAttentionContentListTopComponent {
.width('100%')
.height('102vp')
Divider().strokeWidth(1).color($r('app.color.color_F5F5F5'))
Divider().strokeWidth(1).color($r('app.color.color_F5F5F5'))
.padding({ left: 10, right: 10 })
}
}
...
...
Please
register
or
login
to post a comment