是否可以在tabbar上方显示ons-bottom-toolbar?
我尝试过类似的事情:
<ons-bottom-toolbar class="toolbar">
<div style="text-align: center; line-height: 44px">
<ons-toolbar-button modifier="quiet">
<i class="fa fa-eye-slash" style="font-size: 25px;"></i>
</ons-toolbar-button>
<ons-toolbar-button modifier="quiet">
<i class="fa fa-backward" style="font-size: 25px;"></i>
</ons-toolbar-button>
</div>
</ons-bottom-toolbar>
<ons-tabbar var="mainTab">
<ons-tab page="home.html" label="Home" icon="home" active="true"></ons-tab>
<ons-tab page="setting.html" label="Settings" icon="gear"></ons-tab>
</ons-tabbar>
但它没有成功。想知道是否可以使用这两个温泉组件来实现这一目标。