ruoyi-ui/src/views/components/superMindmap.vue
@@ -102,7 +102,7 @@ // 左右内边距 let mapPaddingLR = 10 // 上下内边距 let mapPaddingTB = 0 let mapPaddingTB =10 let mapWidth = this.nodeWidth * TreeDeep + mapPaddingLR * 2; let mapHeight = (this.nodeHeight - 4) * leafNum + mapPaddingTB * 2; // 定义画布—— 外边距 10px