0
到目前爲止,我已經能夠弄清楚如何左對齊標題和右對齊圖標,但問題在於輸入框位於中心我無法弄清楚。如何在離子3中並排對齊標題,輸入框和離子圖標
預期輸出圖像如下。
我的主頁代碼:
<ion-header>
<ion-navbar>
<ion-title text-center>Page Title</ion-title>
<ion-buttons end>
<button ion-button icon-only>
<ion-icon name="search"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content padding>
</ion-content>