Commit 95d6cc6c authored by jingnan's avatar jingnan 👀

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

parent 77f328ae
......@@ -47,15 +47,7 @@
<right-centerPane-top />
</div>
<div class="right-centerPane-bottom">
<el-card style="height:100%">
<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>
<right-centerPane-bottom />
</div>
</template>
<template slot="paneR">
......@@ -269,11 +261,6 @@ export default {
height: 100%;
padding: 10px;
}
.chartsBox{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
}
}
</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