root 2 년 전
부모
커밋
a232eb92f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kityminder-editor/dist/index.html

+ 1 - 1
kityminder-editor/dist/index.html

@@ -89,7 +89,7 @@
 					window.editor = editor;
 					window.minder = minder;
 					setTimeout(function () {
-						window.editor.minder.getRenderContainer().setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 30]);
+						window.editor.minder.getRenderContainer().setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 100]);
 					}, 500)
 				};
 			});