|
@@ -26,9 +26,9 @@
|
|
|
@rowClick="rowClick"
|
|
@rowClick="rowClick"
|
|
|
></produceOrder>
|
|
></produceOrder>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="bottom">
|
|
|
|
|
|
|
+ <!-- <div class="bottom">
|
|
|
<productionResource :BomObj="BomObj"></productionResource>
|
|
<productionResource :BomObj="BomObj"></productionResource>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<template v-slot:content>
|
|
<template v-slot:content>
|
|
@@ -312,15 +312,15 @@
|
|
|
|
|
|
|
|
.top {
|
|
.top {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- min-height: calc((100vh - 70px - 50px - 80px - 20px) / 2);
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .bottom {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- min-height: calc((100vh - 70px - 50px - 80px - 20px) / 2);
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // .bottom {
|
|
|
|
|
+ // width: 100%;
|
|
|
|
|
+ // min-height: calc((100vh - 70px - 50px - 80px - 20px) / 2);
|
|
|
|
|
+ // overflow: hidden;
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.right_main {
|
|
.right_main {
|