我正在使用下面的代码来显示离子版本 2 中的堆叠。
<ion-item>
<ion-label color="primary" stacked>Joy to the world</ion-label>
<ion-input value="C G"></ion-input>
</ion-item>
默认情况下,文本字段上方显示的标签。但我想在文本字段下方显示标签。
是否可以在文本字段下方显示标签。
感谢您的帮助。
如何覆盖这些 sass 变量:
.item-label-stacked .input-wrapper,
.input-wrapper {
flex-direction: column-reverse;
}
.label-md[stacked] {
margin-top: 0;
}