lex-xin 3 vuotta sitten
vanhempi
commit
4f45ad96a6
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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{
     /deep/ .el-form-item{
       margin-bottom: 0;
       margin-bottom: 0;
       &.is-error {
       &.is-error {
+        .el-input__inner {
+          color: red;
+        }
         input::-webkit-input-placeholder {
         input::-webkit-input-placeholder {
           color: red;
           color: red;
         }
         }