我在我的应用程序中插入了一个searchBar,我想修复我的搜索栏的位置

时间:2017-11-16 14:29:31

标签: angular ionic-framework

我想将搜索栏的位置固定在顶部。我用css位置:固定;但它不起作用。

这是我的HTML代码:

<ion-content padding>
  <ion-searchbar (ionInput)="getItems($event)" style="width:400px; float:right; position:fixed; z-index: 99999;" ></ion-searchbar>
</ion-content>

enter image description here

请告知

0 个答案:

没有答案