style: 调整样式

This commit is contained in:
TsMask
2024-01-19 16:51:55 +08:00
parent 533370ee8e
commit af6321804a
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
// host = ip:port
const host = '192.168.8.100:3030';
// Service Address 服务地址
// Service Address
sessionStorage.setItem('baseUrl', `http://${host}`);
// websocket Address
sessionStorage.setItem('wsUrl', `ws://${host}`);

View File

@@ -181,6 +181,7 @@ function handleRanderGraph(
width: clientWidth,
height: clientHeight,
fitCenter: true,
fitView: true,
modes: {
default: [
'drag-combo',