作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
你能告诉我如何在 ionic 2 中制作自定义警报吗?比如在右上角添加图片让它可以点击
最佳答案
我们可以使用 Modal 而不是通过给 Modal 填充来使用 Alert.. 添加 Modal 并在 App.scss 中编写此代码:)
ion-modal {
background-color: rgba(0, 0, 0, 0.5);
ion-content.content{
top: 20%;
left: 10%;
width: 80%;
height: 50%;
border-radius: 10px;
.scroll-content {
border-radius: 20px;
}
}
}
关于cordova - 如何在 ionic 2 中制作自定义警报?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41347023/
我是一名优秀的程序员,十分优秀!