Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3506896f
authored
Apr 01, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
1 parent
20133f32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
public/drawio/extention/js/exApp.js
public/drawio/index.html
public/drawio/extention/js/exApp.js
View file @
3506896
...
...
@@ -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
{
}
...
...
public/drawio/index.html
View file @
3506896
...
...
@@ -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)]><!-->
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment