Browse Source

销售数据、线索数据

qymljy 1 year ago
parent
commit
16718f7ff6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/salesData/components/boxLine.vue

+ 6 - 6
src/views/salesData/components/boxLine.vue

@@ -13,7 +13,7 @@
         </div>
         <i class="el-icon-question" style="color: #afb0be;float: right"></i>
       </el-tooltip>
-      <div class="content">
+      <div class="content-new">
         <div style="width: 18%">
           <div style="display: flex;justify-content: center;align-items: center;height: 150px" >
             <el-progress color="#6395fa" type="circle" :percentage="percentage" :stroke-width="15" :width="150" :format="format"></el-progress>
@@ -168,26 +168,26 @@ export default {
   flex-wrap: nowrap;
   font-size: 16px;
 }
-.item .content{
+.item .content-new{
   display: flex;
   width: 100%;
   height: 300px;
   margin-top: 10px;
 }
-.item .content .left{
+.item .content-new .left{
   width: 160px;
 
 }
-.item .content .right{
+.item .content-new .right{
   width: 188px;
 }
-.item .content .top{
+.item .content-new .top{
   width: 100%;
   height: 150px;
   padding-top: 20px;
   margin-bottom: -20px;
 }
-.item .content .bottom{
+.item .content-new .bottom{
   width: 100%;
   height: 150px;
 }