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-09-29 11:09:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71c0cec689ecb7a8d6a1c998d16c46831ed4420d
71c0cec6
1 parent
660d37fa
feat:优化启动广告展示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchAdvertisingPage.ets
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchAdvertisingPage.ets
View file @
71c0cec
...
...
@@ -89,9 +89,9 @@ struct LaunchAdvertisingPage {
}else {
//显示图片
Image(this.defaultModel.bootScreenUrl)
.objectFit(this.isPad?ImageFit.
Contain
:ImageFit.Cover)
.objectFit(this.isPad?ImageFit.
Auto
:ImageFit.Cover)
// .expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP, SafeAreaEdge.BOTTOM])
.width('100%')
//
.width('100%')
.height('100%')
}
}
...
...
Please
register
or
login
to post a comment