diff --git a/src/views/projectAdmin/zjsj/govComp/leftMiddle.vue b/src/views/projectAdmin/zjsj/govComp/leftMiddle.vue
index 2b140be4..d0043b0d 100644
--- a/src/views/projectAdmin/zjsj/govComp/leftMiddle.vue
+++ b/src/views/projectAdmin/zjsj/govComp/leftMiddle.vue
@@ -46,20 +46,14 @@
-
-
+
+
监督检查(数)
+
+
+
下发整改
+
(份)
+
+
@@ -82,7 +76,7 @@ export default {
const checkChart = echarts.init(this.$refs.checkChart);
const option = {
grid: {
- x: "8%",//x 偏移量
+ x: "6%",//x 偏移量
y: "10%", // y 偏移量
width: "86%", // 宽度
height: "60%"// 高度
@@ -220,34 +214,24 @@ export default {
height: 100%;
}
.right {
- width: 30%;
- margin-top: 12%;
- margin-left: 3%;
- font-size: 12px;
- color: #9ea3ab;
- .one,
- .two {
- margin-bottom: 10%;
- .point {
- width: 7px;
- height: 7px;
- margin-right: 5%;
- margin-bottom: 5%;
- display: inline-block;
- background-color: #f56c35;
- border-radius: 50%;
- }
- .checkNum {
- display: inline-block;
- margin-bottom: 5%;
- }
- }
- .two {
- .point2 {
- background-color: #66d4d9;
- }
- }
+ margin-top: 30px;
+ font-size: 12px;
+ .point {
+ width: 8px;
+ height: 8px;
+ border-radius: 50%;
+ display: inline-block;
+ background-color: #fb6a2e;
+ margin-right: 15px;
}
+ .point2{
+ background-color: #65d3d8;
+ }
+ .num{
+ color: #d2a104;
+ margin: 5px 0px 30px 25px;
+ }
+ }
}
}