Element UI Form 每行顯示多列,即多個 el-form-item

Element UI Form組件使用問題。app

每一個 el-form-item 都會獨佔一行。 對於輸入項不少的管理app, 可否在每一個form中, 每行顯示 2 個或者多個 el-form-item ?spa

<el-col :span="12">
<el-form-item label="客戶名稱:">
    <el-input v-model="form.customerName"></el-input>
</el-form-item>
</el-col>

使用<el-col :span="12">就能夠把一個 <el-form-item 變成一行兩個,以此類推。code

相關文章
相關標籤/搜索