📅  最后修改于: 2020-10-25 02:46:00             🧑  作者: Mango
Framework7为您的应用程序提供了不同类型的布局。它支持三种类型的导航栏/工具栏布局-
S.No | Layout Types & Description |
---|---|
1 | Static Layout
The static layout is most often used layout-type and includes navbar and toolbar, which can be a scrollable page content and each page contains its own navbar and toolbar. |
2 | Fixed Layout
Fixed layout includes its own navbar and toolbar, which can be visible on screen and cannot be scrollable on page. |
3 | Through Layout
In this layout, the navbar and the toolbar appears fixed for all pages within single view. |
4 | Mixed Layout
You can mix the different types of layouts in the single view. |
如果您不想使用导航栏和工具栏,则不要在页面/页面/视图中包含适当的类( navbar-fixed , navbar-through ,工具栏固定, toolbar-through )。