소스 검색

fix(样式): 调整禁用状态el-input的文字颜色

yusheng 9 달 전
부모
커밋
fe5e03b214
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/styles/index.scss

+ 4 - 1
src/styles/index.scss

@@ -190,4 +190,7 @@ $--ele-font-path: '~ele-admin/es/style/fonts';
     content: "*";
     color: red;
     margin-right: 4px;
-} 
+} 
+.el-input.is-disabled .el-input__inner{
+    color: #606266;
+}