vue element ui 修改 el-checkbox的禁用狀態(tài)下的顏色
1.vue element ui 修改 el-checkbox的禁用狀態(tài)下的顏色文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-515261.html
//checkBox自定義禁用樣式
.el-checkbox__input.is-disabled + .el-checkbox__label {
color: #808080 !important;
}
.el-checkbox__input.is-disabled.is-checked + .el-checkbox__label {
color: #1890ff !important;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
background-color: #1890ff !important;
border-color: #1890ff !important;
}
2.輸入框的顏色修改(禁用狀態(tài)下的)文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-515261.html
//輸入框 還有 textarea 禁用狀態(tài)下顏色改變
.el-input.is-disabled .el-input__inner,textarea:disabled{
color: #606266 !important;
}
到了這里,關(guān)于vue element ui 修改 el-checkbox的禁用狀態(tài)下的顏色的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!