style: 修改禁用状态文本样式
This commit is contained in:
parent
2e11eb2bac
commit
842ff78d9a
|
@ -221,3 +221,13 @@ textarea {
|
|||
*[disabled] {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.el-input.is-disabled .el-input__inner {
|
||||
background-color: #FBFBFB !important;
|
||||
color: #606266 !important;;
|
||||
}
|
||||
|
||||
.el-textarea.is-disabled .el-textarea__inner {
|
||||
background-color: #FBFBFB !important;
|
||||
color: #606266 !important;;
|
||||
}
|
Loading…
Reference in New Issue