添加启动显示和 ui 调整

This commit is contained in:
DevWiki 2024-05-27 12:51:05 +08:00
parent b9db479cd4
commit 9c252dd8d8

View File

@ -57,7 +57,8 @@ struct Index {
{ {
name: 'System', name: 'System',
items: [ items: [
{name: "Scheme", page: 'pages/system/SchemePage'} {name: "Scheme", page: 'pages/system/SchemePage'},
{name: "MVVM", page: 'pages/mvvm/HomePage'}
] ]
} }
]; ];
@ -162,7 +163,7 @@ struct Index {
}) })
} }
}) })
}.width('100%').height('100%').margin({top: 16}) }.width('100%').margin({top: 16, bottom: 48})
}.width('100%').height('100%') }.width('100%').height('100%')
} }
} }