element-ui中怎么让多个input框在一行显示
<el-form>
<el-row>
??????????????????<el-col?span="12">
????????????????????<el-form-item >
? ? ? ? ? ? ?<el-input></el-input>
????????????????????</el-form-item>
??????????????????</el-col>
??????????????????<el-col?span="12">
? ? ? ? ? ? ? ? ?<el-form-item>
<el-input></el-input>
????????????????????</el-form-item>
??????????????????</el-col>
????????????????</el-row>
</el-form>
使用element分栏式布局,使用定义排在一行
默认一行长度为24
可以使用gutter定义每个输出框之间的间隔
还没有评论,来说两句吧...