!221 当弹窗异常显示,设置安全区域

Merge pull request !221 from nobbo/master
This commit is contained in:
openharmony_ci
2023-08-10 02:51:57 +00:00
committed by Gitee
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -18,10 +18,6 @@
"apiType": 'stageMode',
"buildOption": {
},
"entryModules": [
"phone",
"tablet"
],
"targets": [
{
"name": "default"
@@ -330,6 +330,7 @@ export struct NoteContentCompPortrait {
DeleteNoteComp()
}
.expandSafeArea([SafeAreaType.KEYBOARD, SafeAreaType.SYSTEM])
.height(StyleConstants.PERCENTAGE_100)
.width(StyleConstants.PERCENTAGE_100)
}