Commit 5176366f authored by 王向前's avatar 王向前

no message

parent e82021ea
......@@ -40,6 +40,8 @@
</div>
<div class="page-left-c page-left-4">
<div class="yhzl-big-box">
<div class="yhzl-big-box-title" style="padding-top: 1.5%;">违规行为</div>
<div class="echarts">
<div class="lbt" v-if="showList.length > 0">
<el-carousel :height='carHeight'>
<el-carousel-item v-for="(item, index) in showList" :key="item.id + index">
......@@ -64,6 +66,7 @@
<img style="height:150px;width: 200px;" :src="aqpng" alt="" srcset="">
</div>
</div>
</div>
</div>
<div class="page-left-b page-left-3">
......@@ -223,7 +226,7 @@ export default {
this.postGs();
this.$nextTick(() => {
this.height=document.getElementById('homePageBody').parentNode.clientHeight;
this.carHeight=this.height*0.4+'px';
this.carHeight=this.height*0.4-60+'px';
})
this.fxpcChart = echarts.init(document.getElementById('fxpcChart'))
......
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