suerprisePlus
2024-10-23 559f0776123a2205863b5787d5b8e1e012d397d3
src/views/visualization/index.vue
@@ -25,7 +25,7 @@
                    <atlas v-if="isShow == '知识图谱'"></atlas>
                    <analysis v-if="isShow == '数据分析'"></analysis>
                    <statistics v-if="isShow == '数据统计'"></statistics>
                    <line-loss v-if="isShow == '数字线损'"></line-loss>
                    <line-loss v-if="isShow == '配网运检'"></line-loss>
                    <semanticFunction v-if="isShow == '语义功能'"></semanticFunction>
                </div>
@@ -173,7 +173,7 @@
    }
    .leftMenu {
        width: 15%;
        width: 12%;
        top: 90px;
        left: 10px;
        height: calc(100% - 180px);
@@ -182,7 +182,7 @@
    }
    .rightMenu {
        width: 15%;
        width: 12%;
        top: 90px;
        right: 10px;
        height: calc(100% - 180px);