diff --git a/src/components/Common/BoxDesignCompontent/svg.js b/src/components/Common/BoxDesignCompontent/svg.js index a71436d..32894f1 100644 --- a/src/components/Common/BoxDesignCompontent/svg.js +++ b/src/components/Common/BoxDesignCompontent/svg.js @@ -1206,7 +1206,6 @@ const SvgBox = props => { // 获取他的偏移距离 const leftOffect = boxList.find(x=>x.sName === "左偏移")?.value || 0 const rightOffect = boxList.find(x=>x.sName === "右偏移")?.value || 0 - console.log("🚀 ~ initSVG ~ rightOffect:", leftOffect,rightOffect) const rectangles = [{ x: 0, y: 0, width: scaleHeadLength, height: scaleHeadWidth }]; rectangles.forEach(rect => { g.appendChild(createPathElement(rect.x, rect.y, rect.width, rect.height));