/deep/ input[disabled], input:disabled, input.disabled { -webkit-text-fill-color: #3a3f63; /*disabled里面字的颜色*/ background: #f5f7fa; -webkit-opacity: 1; opacity: 1; cursor: not-allowed; font-family: 'Noto Sans SC'; font-style: normal; font-weight: 400; font-size: 14px; }
/deep/.el-textarea.is-disabled .el-textarea__inner { background-color: #f5f7fa; border-color: #e6e9f4; color: #3a3f63; cursor: not-allowed; font-family: 'Noto Sans SC'; font-style: normal; font-weight: 400; font-size: 14px; }
标签:el,textarea,color,文本框,disabled,input,font From: https://www.cnblogs.com/zqlym/p/17572921.html