|
@@ -5,7 +5,7 @@
|
|
class="qualityModule"
|
|
class="qualityModule"
|
|
>
|
|
>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="itemBox onlineProblem" style="height: 480px">
|
|
|
|
|
|
+ <div class="itemBox onlineProblem" style="height: 470px">
|
|
<div class="titleLevel3 mb10">线上问题</div>
|
|
<div class="titleLevel3 mb10">线上问题</div>
|
|
<el-row :gutter="10">
|
|
<el-row :gutter="10">
|
|
<el-col
|
|
<el-col
|
|
@@ -42,7 +42,7 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="itemBox quality" style="height: 480px">
|
|
|
|
|
|
+ <div class="itemBox quality" style="height: 470px">
|
|
<div class="titleLevel3 mb10">线下质量</div>
|
|
<div class="titleLevel3 mb10">线下质量</div>
|
|
<el-row :gutter="10">
|
|
<el-row :gutter="10">
|
|
<el-col v-for="(item, index) in mainData.offlineProblemList" :key="index" :span="12" class="mb10">
|
|
<el-col v-for="(item, index) in mainData.offlineProblemList" :key="index" :span="12" class="mb10">
|
|
@@ -74,7 +74,7 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="itemBox progress" style="min-height: 338px">
|
|
|
|
|
|
+ <div class="itemBox progress" style="min-height: 328px">
|
|
<div class="titleLevel3 mb10">上线过程</div>
|
|
<div class="titleLevel3 mb10">上线过程</div>
|
|
<el-row v-if="mainData.onlineProcessList" :gutter="10">
|
|
<el-row v-if="mainData.onlineProcessList" :gutter="10">
|
|
<el-col v-for="(item, index) in mainData.onlineProcessList.list" :key="index" :span="12" class="mb10">
|
|
<el-col v-for="(item, index) in mainData.onlineProcessList.list" :key="index" :span="12" class="mb10">
|
|
@@ -469,7 +469,7 @@ export default {
|
|
}
|
|
}
|
|
.chartSearchbar {
|
|
.chartSearchbar {
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
+ //margin-bottom: 10px;
|
|
}
|
|
}
|
|
.chartViewHeight {
|
|
.chartViewHeight {
|
|
height: 250px;
|
|
height: 250px;
|