suerprisePlus
2024-08-14 d4a3ca549f8755c2f87442c27217c3be39cab5cc
src/views/visual/atlas/index.vue
@@ -12,7 +12,7 @@
        <div class="graphicBox" v-show="showEcharts">
            <div class="konwReturn fl">
                <el-link @click="showEcharts = false">
                    <i class="el-icon-d-arrow-left"></i>
                    <i style="color: #409EFF;" class="el-icon-d-arrow-left"></i>
                </el-link>
                当前领域:{{ targetName }}
            </div>
@@ -146,9 +146,9 @@
        getGraphicNodes(res, lines, obj) {
            const std = [];
            const ids = [];
            lines.filter(item => {
                if (ids.indexOf(item.sourceId) < 0) {
                    ids.push(item.sourceId)
                }
@@ -165,7 +165,7 @@
                if (item.poi && item.poi == 1) {
                    poi = true;
                }
                const expand = ids.indexOf(item.uuid) > -1 ? false : true
                if (!expand) {
@@ -219,7 +219,7 @@
                    graphInstance.doLayout();
                });
            }, 1000);
            }, 200);
            setTimeout(() => {
@@ -364,13 +364,16 @@
    .graphicBox {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        color: #409EFF;
        .graphicContent {
            padding: 10px;
            flex: 1;
        }
    }
}