优化首页显示
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user