造型按钮警报 - Ionic3
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了造型按钮警报 - Ionic3相关的知识,希望对你有一定的参考价值。
任何人都可以帮我设置android平台中的警报框和按钮,就像在ios中一样吗?如下图所示?
喜欢
我可以通过以下css属性更改颜色。
.buttonCss {
button.alert-button:nth-child(1){
color: #37474f !important;
}
button.alert-button:nth-child(2){
color:#1565c0 !important;
}
}
请帮我。
答案
您可以使用setMode
函数轻松完成:
let alert = this.alertCtrl.create(...);
alert.setMode('ios');
以上是关于造型按钮警报 - Ionic3的主要内容,如果未能解决你的问题,请参考以下文章