离子2 - 去除离子导航栏上方的空白区域

时间:2017-03-17 21:07:41

标签: javascript ionic-framework ionic2

如何删除导航上方的空白区域?
我对此感到害怕,我尝试了一切都没有成功 你有什么建议?

谢谢。

enter image description here

  <ion-header>
   <ion-navbar color="danger">
     <ion-title>Suche in der Nähe von mir</ion-title>
       <button ion-button menuToggle>
         <ion-icon name='menu'></ion-icon>
       </button>
   </ion-navbar> 
  </ion-header>

1 个答案:

答案 0 :(得分:1)

在文件中找到它here ... scss / _tabs.scss

+.nav-bar-tabs-top.hide ~ .view-container .tabs-top .tabs{
+  top: 0
+}
+.pane[hide-nav-bar="true"] .has-tabs-top{
+  top:49px

这应该有效!