Layout problem of error prompt in element-ui form validation

clipboard.png

The

problem is that I set el-form-item to inline-block, to display several input boxes on one line, but there is a problem. When the form verification fails, the error prompt will put the input box on top instead of displaying normally below the input box

does a god know how to solve this problem

Mar.30,2021

try < el-col > < / el-col > instead of inline-block

Menu