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

将inline属性设为true:

<el-form :inline="true">

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

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

猜你喜欢

转载自blog.csdn.net/qq_40971793/article/details/128826663
今日推荐