소스 검색

Merge branch 'iteration_0926'

lex-xin 3 년 전
부모
커밋
b657b793df
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/HumanResources/form.vue

+ 3 - 0
src/views/HumanResources/form.vue

@@ -780,6 +780,9 @@ export default {
     /deep/ .el-form-item{
       margin-bottom: 0;
       &.is-error {
+        .el-input__inner {
+          color: red;
+        }
         input::-webkit-input-placeholder {
           color: red;
         }