Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -89,9 +89,9 @@ struct LaunchAdvertisingPage { | @@ -89,9 +89,9 @@ struct LaunchAdvertisingPage { | ||
| 89 | }else { | 89 | }else { |
| 90 | //显示图片 | 90 | //显示图片 |
| 91 | Image(this.defaultModel.bootScreenUrl) | 91 | Image(this.defaultModel.bootScreenUrl) |
| 92 | - .objectFit(this.isPad?ImageFit.Contain:ImageFit.Cover) | 92 | + .objectFit(this.isPad?ImageFit.Auto:ImageFit.Cover) |
| 93 | // .expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP, SafeAreaEdge.BOTTOM]) | 93 | // .expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP, SafeAreaEdge.BOTTOM]) |
| 94 | - .width('100%') | 94 | + // .width('100%') |
| 95 | .height('100%') | 95 | .height('100%') |
| 96 | } | 96 | } |
| 97 | } | 97 | } |
-
Please register or login to post a comment