在mainfest或component里写上
"sap.ui": { "fullWidth": true 。。。 },
接着在component里加上(使用全屏模式展示)
metadata: { manifest: "json", config: { fullWidth: true } },