<button ion-button [disabled]="true" class="my_disabled_button">
location
</button>
.my_disabled_button:disabled {
background-color: red;
}
<button ion-button [disabled]="true" class="my_disabled_button">
location
</button>
.my_disabled_button:disabled {
background-color: red;
}
本文标题:css :disable 选择器 在ionic中使用
本文链接:https://www.haomeiwen.com/subject/fveyahtx.html
网友评论