【element】让表单中的每个el-form-item横向排列

将inline属性设为true:


其中可以通过以下方式设置间距:

.el-form-item{
    margin-bottom: 0px;
}

你可能感兴趣的:(前端,学习)