Commit 3506896f by liuyong

修改bug

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