横向滚动

This commit is contained in:
zhangdingyu
2019-10-10 12:05:52 +08:00
parent 7e50e732cf
commit 974987643c
2 changed files with 7 additions and 1 deletions

View File

@@ -121,6 +121,9 @@
</el-form>
<el-button type="primary" style="margin-bottom: 40px;width:100%" @click="inBound">确定入库</el-button>
</div>
<el-table :data="tableData" border highlight-current-row style="width: 100%;margin-top:20px;">
<el-table-column v-for="item of tableHeader" :key="item" :prop="item" :label="item" />
</el-table>
</div>
</template>