造型按钮警报 - Ionic3

时间:2018-03-01 13:59:23

标签: ionic2 ionic3

有没有人可以帮我设置Android平台中的警报框和按钮,就像在Ios中一样?如下图所示?

enter image description here

喜欢

enter image description here

我可以通过以下css属性更改颜色。

.buttonCss { 
button.alert-button:nth-child(1){
  color: #37474f !important;
}

button.alert-button:nth-child(2){
  color:#1565c0 !important;
}
}

请帮帮我。

1 个答案:

答案 0 :(得分:1)

您可以使用setMode功能

轻松完成
let alert = this.alertCtrl.create(...);
alert.setMode('ios');