修复暗黑模式流程图无法正常浏览的问题

This commit is contained in:
kuaifan 2022-02-19 14:43:11 +08:00
parent 97b58b5f9a
commit be08732e6b
2 changed files with 8 additions and 2 deletions

View File

@ -13,7 +13,9 @@
left: 0;
right: 0;
top: 0;
bottom: 0
bottom: 0;
overflow: hidden;
background: #ffffff;
}
</style>
<script type="text/javascript">
@ -46,6 +48,7 @@
</head>
<body class="geEditor">
<div id="graph"></div>
<script type="text/javascript" src="./js/grapheditor/Dark.js"></script>
<script type="text/javascript">
(function (win) {
var graph = new Graph(document.getElementById('graph'));

View File

@ -13,7 +13,9 @@
left: 0;
right: 0;
top: 0;
bottom: 0
bottom: 0;
overflow: hidden;
background: #ffffff;
}
</style>
<script type="text/javascript">
@ -46,6 +48,7 @@
</head>
<body class="geEditor">
<div id="graph"></div>
<script type="text/javascript" src="./js/grapheditor/Dark.js"></script>
<script type="text/javascript">
(function (win) {
var graph = new Graph(document.getElementById('graph'));