Commit 95d6cc6c authored by jingnan's avatar jingnan 👀

首页站位统计及问题项管理开发

parent 77f328ae
...@@ -47,15 +47,7 @@ ...@@ -47,15 +47,7 @@
<right-centerPane-top /> <right-centerPane-top />
</div> </div>
<div class="right-centerPane-bottom"> <div class="right-centerPane-bottom">
<el-card style="height:100%"> <right-centerPane-bottom />
<div slot="header" class="clearfix">
<span>物料缺件分析</span>
</div>
<div class="chartsBox">
<right-centerPane-bottom v-for="(item,index) in materialLists" :key="index" :item="item" />
</div>
</el-card>
</div> </div>
</template> </template>
<template slot="paneR"> <template slot="paneR">
...@@ -269,11 +261,6 @@ export default { ...@@ -269,11 +261,6 @@ export default {
height: 100%; height: 100%;
padding: 10px; padding: 10px;
} }
.chartsBox{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment