Bläddra i källkod

合规性分析检查结果

maxiaoxiao 1 år sedan
förälder
incheckning
134a91584a
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      src/views/complianceAnalysis/components/scjg.vue

+ 5 - 5
src/views/complianceAnalysis/components/scjg.vue

@@ -72,7 +72,7 @@ export default {
   mounted() {
   mounted() {
     hgxfx.treeData.forEach((e) => {
     hgxfx.treeData.forEach((e) => {
       if (e.label == "控制性详细规划") e.label = "详细规划分析";
       if (e.label == "控制性详细规划") e.label = "详细规划分析";
-      this.echarts.push({ ...e, iseyes: false, isshow: true });
+      this.echarts.push({ ...e, iseyes: false, isshow: false });
     });
     });
     this.setEchart1();
     this.setEchart1();
     this.setEchart2();
     this.setEchart2();
@@ -236,12 +236,12 @@ export default {
       line-height: 40px;
       line-height: 40px;
 
 
       .block-title {
       .block-title {
-        width: calc(100% - 80px);
+        width: calc(100% - 50px);
       }
       }
       .eicon {
       .eicon {
-        width: 30px;
-        height: 30px;
-        margin: 5px;
+        width: 20px;
+        height: 20px;
+        margin-top: 10px;
         background-size: 100% 100%;
         background-size: 100% 100%;
       }
       }
       .eyes {
       .eyes {