在我的Ionic2项目中使用浮动标签时,它与输入框没有正确对齐。我该如何解决这个问题?
以下是代码:
<ion-item>
<ion-label floating><ion-icon name="person" item-start></ion-icon>Email</ion-label>
<ion-input type="email" name="email" [(ngModel)]="registerCredentials.email"></ion-input>
</ion-item>
这不是一个重复的问题。与之相比较的是保持标签浮动和图标固定。这是与对齐相关的问题。
答案 0 :(得分:0)
如果您使用像这样的离子项和离子标签,则文本正确对齐:
not exists
&#13;