浏览代码

合规性分析检查结果

maxiaoxiao 1 年之前
父节点
当前提交
134a91584a
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/complianceAnalysis/components/scjg.vue

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

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