答案 0 :(得分:1)
尝试一下:
CSS
.myCustomSelect{
max-width: 100% !important;
}
HTML
<ion-select class= "myCustomSelect" [(ngModel)]="pedido">
....
</ion-select>
答案 1 :(得分:0)
我也遇到了同样的问题,我将其放在app.scss
文件中来解决了这个问题:
ion-label{
white-space:normal !important;
}