Commit 1e9c59b5 authored by yht15023815643's avatar yht15023815643

项目概览

parent 5601dd2c
<template> <template>
<div class="app-container"> <div class="app-container" style="padding-bottom: 16px;">
<div class="chart-top clearfix"> <div class="chart-top clearfix">
<div class="left"> <div class="left">
<el-card class="box-card noborder"> <el-card class="box-card noborder">
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
</div> </div>
<no-data v-if="viewData5.length==0"/> <no-data v-if="viewData5.length==0"/>
</el-card> </el-card>
<el-card class="box-card noborder" > <el-card class="box-card noborder" style="margin-bottom:0;">
<div > <div >
<div class="item_title"> <div class="item_title">
<h3>跟进动态</h3> <h3>跟进动态</h3>
...@@ -1143,7 +1143,6 @@ export default { ...@@ -1143,7 +1143,6 @@ export default {
} }
.chart-bot{ .chart-bot{
height: auto; height: auto;
margin-bottom: 12px;
.left{ .left{
float: left; float: left;
width: 353px; width: 353px;
...@@ -1261,7 +1260,7 @@ export default { ...@@ -1261,7 +1260,7 @@ export default {
} }
.scroll_box{ .scroll_box{
overflow-y:scroll ; overflow-y:scroll ;
max-height: 512px; max-height: 509px;
.item_wrap{ .item_wrap{
height: 102px; height: 102px;
......
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