|
|
@ -831,6 +831,16 @@ input[type="number"] { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 默认输入框placeholder样式 |
|
|
// 默认输入框placeholder样式 |
|
|
html .el-input.is-disabled .el-input__inner { |
|
|
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; |
|
|
|
|
|
resize: none; |
|
|
|
|
|
&::placeholder { |
|
|
|
|
|
color: rgba(#fff, 0); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
html .el-checkbox.is-disabled.is-checked .el-checkbox__label { |
|
|
color: #333; |
|
|
color: #333; |
|
|
} |
|
|
} |
|
|
|