Bootstrap

el-form修改表单校验提示信息的位置

/deep/.timr.el-form .el-form-item__error {
  top: 21%;
  right: 25% !important;
  left: unset;
}
;