|
@@ -26,11 +26,11 @@ const { drawGraph,updateTree,getGraph,getTree,getNode } = require('./graphMap.js
|
|
|
window.select_type="diagnose";
|
|
|
window.select_type_noSearch="diagnose";
|
|
|
const clientHei = $(window).height()
|
|
|
- const contentHei = clientHei - 60
|
|
|
+ const contentHei = clientHei - 80
|
|
|
$(".left").css("height",contentHei+'px')
|
|
|
$(".right").css("height",contentHei+'px')
|
|
|
$(".ztree").css("height",contentHei-80-43-60-20+'px')
|
|
|
- $("#main").css("height",contentHei-20+'px')
|
|
|
+ $("#main").css("height",contentHei-20-20+'px')
|
|
|
//关系图
|
|
|
getGraph("急性冠脉综合征",select_type);
|
|
|
getTree(1,1,"急性冠脉综合征");
|