[form] fix style when error (#2781)

* fix form style when error

* bugfix for el-select
pull/2843/head
Romoo 2017-02-14 11:03:49 +08:00 committed by baiyaaaaa
parent 2b1f813a84
commit c5604d9805
1 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,12 @@
& .el-textarea__inner {
border-color: var(--color-danger);
}
& .el-input-group__append,
& .el-input-group__prepend, {
& .el-input__inner {
border-color: transparent;
}
}
}
}
}