diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 2b2b84f..691774a 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -88,3 +88,12 @@ background-color: white !important; } } + +// Fix error message +.el-form-item__error.custom +{ + padding-top: 0; + position: relative; + top: auto; + float: left; +}