zhangxc 5 роки тому
батько
коміт
80026c8e3d
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/js/index.js

+ 2 - 2
src/js/index.js

@@ -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,"急性冠脉综合征");