wenbobowen há 4 anos atrás
pai
commit
612e2d0563

+ 1 - 0
src/views/dataBigManage/components/efficiencyModule/index.vue

@@ -1,6 +1,7 @@
 <template>
   <el-row
     v-loading="loading"
+    :gutter="10"
     class="qualityModule"
   >
     <el-col :span="7">

+ 4 - 4
src/views/dataBigManage/components/qualityModule/index.vue

@@ -1,10 +1,10 @@
 <template>
   <el-row
     v-loading="loading"
-    :gutter="20"
+    :gutter="10"
     class="qualityModule"
   >
-    <el-col :span="8">
+    <el-col :span="9">
       <div class="itemBox onlineProblem" style="height: 470px">
         <div class="titleLevel3 mb10">线上问题</div>
         <el-row :gutter="10">
@@ -41,7 +41,7 @@
         </div>
       </div>
     </el-col>
-    <el-col :span="8">
+    <el-col :span="9">
       <div class="itemBox quality" style="height: 470px">
         <div class="titleLevel3 mb10">线下质量</div>
         <el-row :gutter="10">
@@ -73,7 +73,7 @@
         </div>
       </div>
     </el-col>
-    <el-col :span="8">
+    <el-col :span="6">
       <div class="itemBox progress" style="min-height: 328px">
         <div class="titleLevel3 mb10">上线过程</div>
         <el-row v-if="mainData.onlineProcessList" :gutter="10">

+ 1 - 1
src/views/dataBigManage/components/throughputModule/index.vue

@@ -1,7 +1,7 @@
 <template>
   <el-row
     v-loading="loading"
-    :gutter="20"
+    :gutter="10"
     class="throughputModule"
   >
     <el-col :span="6">