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-21 15:54:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c5508892c05b1d6daf8ba93ce91da3840b01335
2c550889
1 parent
59cddc68
fix: 16979 最小高度
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/products/phone/src/main/ets/pages/view/MultiPictureDetailPageComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/MultiPictureDetailPageComponent.ets
View file @
2c55088
@@ -454,7 +454,7 @@ export struct MultiPictureDetailPageComponent {
@@ -454,7 +454,7 @@ export struct MultiPictureDetailPageComponent {
454
})
454
})
455
}
455
}
456
.constraintSize({
456
.constraintSize({
457
-
minHeight:
78
457
+
minHeight:
0
458
})
458
})
459
}
459
}
460
}
460
}
Please
register
or
login
to post a comment