|
@@ -25,7 +25,7 @@
|
|
|
</div>
|
|
|
<div v-if="title !=='缺陷'" class="statistics-chart">
|
|
|
<h2>未上线{{ title }}状态分布</h2>
|
|
|
- <h3 @click="getAll()">总数:{{ totalTask }}</h3>
|
|
|
+ <h3 @click="getAll()">总数:<span>{{ totalTask }}</span></h3>
|
|
|
<div class="chart-contain">
|
|
|
<normal-echart v-if="echartsOption" :chart-id="type+title" :option="echartsOption" @onClick="chartChange" />
|
|
|
</div>
|
|
@@ -242,14 +242,18 @@ export default {
|
|
|
h2 {
|
|
|
color: #333333;
|
|
|
font-size: 16px;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 15px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
h3 {
|
|
|
cursor: pointer;
|
|
|
color: #999999;
|
|
|
- font-size: 14px;
|
|
|
- margin-bottom: 10px;
|
|
|
+ font-size: 18px;
|
|
|
+ margin-bottom: 0px;
|
|
|
+ span {
|
|
|
+ color:#409EFF;
|
|
|
+ font-size: 26px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.statistics-data {
|