-
问题
+
+ 检查项{{ index2 + 1 }}
+
{{ item2.content }}
@@ -452,6 +454,8 @@ export default {
.question-select {
padding: 10px;
border-bottom: 1px solid #f0f0f0;
+ display: flex;
+ justify-content: center;
}
}
}
diff --git a/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/components/Pie.vue b/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/components/Pie.vue
index 2e676f3..6e6401b 100644
--- a/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/components/Pie.vue
+++ b/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/components/Pie.vue
@@ -146,7 +146,7 @@ export default {
border-bottom: 1px solid #e5e5e5;
}
.canvas {
- width: 500px;
+ width: 100%;
height: 200px;
padding: 10px;
}
diff --git a/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/index.vue b/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/index.vue
index 81db0d2..e0d106a 100644
--- a/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/index.vue
+++ b/src/views/sluice/runManage/dangerWeakProject/inspectStatistics/index.vue
@@ -283,7 +283,7 @@ export default {
ref="pieRef2"
title="任务数统计"
echartsTitle="任务总数"
- class="question-item ml-20"
+ class="question-item"
:itemData="questionLevelList.slice(4, 6)"
>