添加启动显示和 ui 调整
This commit is contained in:
parent
b9db479cd4
commit
9c252dd8d8
@ -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%')
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user