优化首页显示

This commit is contained in:
2024-04-30 12:32:25 +08:00
parent 0d43919561
commit bcb748a9b1
9 changed files with 152 additions and 26 deletions

View File

@@ -12,4 +12,12 @@ export struct WebPageDialog {
this.dialogController.close();
}}).height(this.isPortrait ? '95%' : '90%').width(this.isPortrait ? '100%' : '50%')
}
}
@Entry
@Component
export struct WebDialogPage {
build() {
}
}