Explorar el Código

修复脑图的列表在default模式下显示不正常的问题

unknown hace 6 años
padre
commit
d676c36ea5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      o2web/source/x_component_Minder/MineExplorer.js

+ 1 - 1
o2web/source/x_component_Minder/MineExplorer.js

@@ -68,7 +68,7 @@ MWF.xApplication.Minder.MineExplorer = new Class({
         var treeSize = this.treeNode.getSize();
         var treeSize = this.treeNode.getSize();
         var naviSize = this.app.naviNode.getSize();
         var naviSize = this.app.naviNode.getSize();
 
 
-        var x = size.x - treeSize.x - naviSize.x;
+        var x = size.x - treeSize.x - naviSize.x - 5;
 
 
         this.treeNode.setStyle("height", size.y);
         this.treeNode.setStyle("height", size.y);