Commit 3506896f by liuyong

修改bug

1 parent 20133f32
......@@ -210,11 +210,13 @@ const leftCustomGraph = function(that) {//左侧自定义图形
w: 71
})
})
console.log(images)
// var xml = that.createLibraryDataFromImages(images);
// console.log(images)
// console.log(that.createEdgeTemplateEntry)
var xml = that.createLibraryDataFromImages(images);
// var file = new LocalLibrary(that, xml, libraryName);
// that.libraryLoaded(file, images, null, false);
var file = new LocalLibrary(that, xml, libraryName);
that.libraryLoaded(file, images, null, false);
}else {
}
......
......@@ -462,6 +462,10 @@
.geDiagramContainer{
inset: 4px 240px 0px 212px !important;
}
/* 二次开发,隐藏左边的更多图形按钮 */
.geSidebarFooter{
display: none !important;
}
</style>
<!-- Workaround for binary XHR in IE 9/10, see App.loadUrl -->
<!--[if (IE 9)|(IE 10)]><!-->
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!