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

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

View File

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