Tcsm
2023-09-25 7bee61be8fba5c23999dc9e826e6af9de98db469
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