|
|
@ -834,11 +834,11 @@ input[type="number"] { |
|
|
|
html .el-input.is-disabled .el-input__inner, |
|
|
|
html .el-textarea.is-disabled textarea.el-textarea__inner { |
|
|
|
color: #333; |
|
|
|
background-color: rgba(#fff, 0); |
|
|
|
border: none; |
|
|
|
background-color: rgba(#000, 0.01); |
|
|
|
border-color: rgba(#000, 0.02); |
|
|
|
resize: none; |
|
|
|
&::placeholder { |
|
|
|
color: rgba(#fff, 0); |
|
|
|
// color: rgba(#fff, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
html .el-checkbox.is-disabled.is-checked .el-checkbox__label { |
|
|
|