diff --git a/src/pages/Diagnose.tsx b/src/pages/Diagnose.tsx index 43c2670..d9c7cdd 100644 --- a/src/pages/Diagnose.tsx +++ b/src/pages/Diagnose.tsx @@ -92,7 +92,7 @@ const Diagnose = ({ const calculateCanvasSize = useCallback(() => { setCanvasWidth((contentRef.current?.clientWidth || 0) - margin); - setCanvasHeight(Math.round(window.innerHeight - 110)); + setCanvasHeight(Math.round(window.innerHeight - 200)); }, []); const siderProps = { width: sidebarWidth,