9f54fdfd by weimo934

Merge remote-tracking branch 'origin/master'

2 parents bed7e993 5110c733
......@@ -141,7 +141,7 @@ export default {
console.log(container)
const graph = new G6.Graph({
container: 'mountNode',
width:1000,
width:eWidth,
height:1000,
layout: {
type: 'dagre',
......@@ -190,25 +190,6 @@ export default {
],
},
// modes: {
// default: [
// 'drag-canvas',
// 'zoom-canvas',
// 'click-select',
// {
// type: 'tooltip',
// formatText(model) {
// const cfg = model.conf;
// const text = [];
// cfg.forEach((row) => {
// text.push(row.label + ':' + row.value + '<br>');
// });
// return text.join('\n');
// },
// offset: -30,
// },
// ],
// },
fitView: true,
});
......@@ -295,7 +276,8 @@ export default {
}
#mountNode{
height: calc(100% - 68px);
/*height: calc(100% - 68px);*/
margin-top: -60px;
}
.slot{
......