横向滚动
This commit is contained in:
@@ -121,6 +121,9 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<el-button type="primary" style="margin-bottom: 40px;width:100%" @click="inBound">确定入库</el-button>
|
<el-button type="primary" style="margin-bottom: 40px;width:100%" @click="inBound">确定入库</el-button>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-card>
|
<el-card class="cardSBJK">
|
||||||
<div class="process">
|
<div class="process">
|
||||||
<el-tooltip :enterable="false" :id="OPNAME137" placement="top" @mouseover.native.prevent="changeActive($event)">
|
<el-tooltip :enterable="false" :id="OPNAME137" placement="top" @mouseover.native.prevent="changeActive($event)">
|
||||||
<div slot="content">{{ tooltip1 }}<br>{{ tooltip2 }}<br>{{ tooltip3 }}<br>单击查看MES系统</div>
|
<div slot="content">{{ tooltip1 }}<br>{{ tooltip2 }}<br>{{ tooltip3 }}<br>单击查看MES系统</div>
|
||||||
@@ -862,6 +862,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.cardSBJK{
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
.process{
|
.process{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user