修复暗黑模式流程图无法正常浏览的问题
This commit is contained in:
parent
97b58b5f9a
commit
be08732e6b
@ -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'));
|
||||||
|
@ -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'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user