6149babb by zhaoqian

lshs

1 parent 4634ae6e
......@@ -187,7 +187,7 @@ export default {
graph.render();
graph.on('node:click', e => {
alert(e);
alert(e.item);
});
graph.on('node:mouseenter', e => {
......@@ -240,19 +240,21 @@ export default {
#mountNode{
/*height: calc(100% - 68px);*/
margin-top: 20px;
width: 60%;
width: 50%;
height: 80%;
position:absolute;
float: left;
border: 1px solid red;
}
#mountNodeRight{
margin-top: 20px;
margin: 20px 20px 0 0;
width: 38%;
float: right;
height: 1000px;
border: 0 solid #5ebbff;
background: white;
}
.slot{
......