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
wangliang_wd
2024-06-05 17:19:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35f657c9131364cfeaa1b9aa63b5ae60a5b954e3
35f657c9
1 parent
2f18af97
feat:优化缺省图展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomeListComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomeListComponent.ets
View file @
35f657c
...
...
@@ -24,7 +24,7 @@ export struct PeopleShipHomeListComponent {
// 列表
else if (this.publishCount == 0) {
// 无数据展示
EmptyComponent({emptyType: 12}).height('
10
0%')
EmptyComponent({emptyType: 12}).height('
6
0%')
} else {
Column() {
Stack({ alignContent: Alignment.Top }){
...
...
Please
register
or
login
to post a comment