style: 调整样式
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
// host = ip:port
|
// host = ip:port
|
||||||
const host = '192.168.8.100:3030';
|
const host = '192.168.8.100:3030';
|
||||||
|
|
||||||
// Service Address 服务地址
|
// Service Address
|
||||||
sessionStorage.setItem('baseUrl', `http://${host}`);
|
sessionStorage.setItem('baseUrl', `http://${host}`);
|
||||||
// websocket Address
|
// websocket Address
|
||||||
sessionStorage.setItem('wsUrl', `ws://${host}`);
|
sessionStorage.setItem('wsUrl', `ws://${host}`);
|
||||||
|
|||||||
@@ -181,6 +181,7 @@ function handleRanderGraph(
|
|||||||
width: clientWidth,
|
width: clientWidth,
|
||||||
height: clientHeight,
|
height: clientHeight,
|
||||||
fitCenter: true,
|
fitCenter: true,
|
||||||
|
fitView: true,
|
||||||
modes: {
|
modes: {
|
||||||
default: [
|
default: [
|
||||||
'drag-combo',
|
'drag-combo',
|
||||||
|
|||||||
Reference in New Issue
Block a user