Showing
1 changed file
with
16 additions
and
0 deletions
| ... | @@ -251,4 +251,20 @@ export default { | ... | @@ -251,4 +251,20 @@ export default { |
| 251 | }, | 251 | }, |
| 252 | }; | 252 | }; |
| 253 | </script> | 253 | </script> |
| 254 | +<style rel="stylesheet/scss" lang="scss"> | ||
| 255 | +.el-textarea.is-disabled .el-textarea__inner{ | ||
| 256 | + background-color: rgba(255, 255, 255, 0.5); | ||
| 257 | + color: #82848a; | ||
| 258 | +} | ||
| 259 | +.el-input.is-disabled .el-input__inner{ | ||
| 260 | + background-color: rgba(255, 255, 255, 0.5); | ||
| 261 | + color: #82848a; | ||
| 262 | +} | ||
| 263 | +.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{ | ||
| 264 | + background-color: rgba(255, 255, 255, 0.5); | ||
| 265 | +} | ||
| 266 | +.el-checkbox__input.is-disabled + span.el-checkbox__label{ | ||
| 267 | + color: #82848a; | ||
| 268 | +} | ||
| 269 | +</style> | ||
| 254 | 270 | ... | ... |
-
Please register or login to post a comment