|
@@ -44,7 +44,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 各部分数据列表 -->
|
|
<!-- 各部分数据列表 -->
|
|
- <el-table :data="tableData" style="width: 100%; flex: 1" v-loading="tableDataLoading"
|
|
|
|
|
|
+ <el-table :data="tableData" style="width: 100%;" height="0" v-loading="tableDataLoading"
|
|
@selection-change="handleSelectionChange">
|
|
@selection-change="handleSelectionChange">
|
|
<el-table-column type="selection" width="55"> </el-table-column>
|
|
<el-table-column type="selection" width="55"> </el-table-column>
|
|
<el-table-column prop="productSchedulingNum" label="排产工单号" width="180">
|
|
<el-table-column prop="productSchedulingNum" label="排产工单号" width="180">
|
|
@@ -848,7 +848,7 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
- flex-wrap: wrap;
|
|
|
|
|
|
+ // flex-wrap: wrap;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
@@ -863,6 +863,7 @@ export default {
|
|
flex: 1;
|
|
flex: 1;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+ overflow: auto;
|
|
}
|
|
}
|
|
|
|
|
|
.layout-container-floor {
|
|
.layout-container-floor {
|