【发布时间】:2019-05-07 09:16:17
【问题描述】:
我想为我的警报控制器应用 css 属性但不工作。
home.html
<ion-select [(ngModel)]="accountSystem" placeholder="Match Accounting Standard" okText="Done" cancelText="Cancel" class="select-account">
<ion-select-option value="PRC Gaap">PRC Gaap</ion-select-option>
<ion-select-option value="IFRS">IFRS</ion-select-option>
<ion-select-option value="US Gaap">US Gaap</ion-select-option>
</ion-select>
global.scss
.select-account{
.alert-wrapper{
.alert-button-inner{
color:rgb(239,52,52);
}
.alert-button{
color:rgb(52,223,57);
}
}}
【问题讨论】:
-
你到底想给 select css 还是 alert box css 什么?如果您想提醒框 css,那么我在下面分享了我的解决方案,请检查它